Skip to content
Closed
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
TT-665 clean code
  • Loading branch information
Nicole Garcia committed May 25, 2022
commit d66291927c1ee39dd03507cbb7a958780fbbdab9
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ describe('EntryFieldsComponent', () => {
type: ActivityManagementActionTypes.LOAD_ACTIVITIES_SUCCESS,
payload: [],
};

actionSubject.next(action);

expect(component.activities).toEqual(action.payload);
Expand Down