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
refactor: TT-217 Remove comments
  • Loading branch information
VanessaIniguezG committed Apr 15, 2021
commit d1beacb8c998ec3bfad76fd559b577b8065911c3
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,6 @@ describe('EntryFieldsComponent', () => {
isFeatureToggleActivated.subscribe((value) => expect(value).toEqual(toggleValue));
});
});

// fit('should return the id of the active user', () => {

// const userId = 'user_id';

// expect( component.getOwnerId()).
// });
});