Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TT-264 I removed the line code commented
  • Loading branch information
kevinjlope committed Jun 22, 2021
commit 9e707107210745660a8b2c6c1353d21bb636f81c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('CustomerEffects', () => {
let service: CustomerService;
let toastrService;
const customer: Customer = { id: 'id', name: 'name', description: 'description' };
// const objeto: Object = {id: 'id', status: 'activate'}
beforeEach(() => {
TestBed.configureTestingModule({
providers: [CustomerEffects, provideMockActions(() => actions$)],
Expand Down