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 b6b7058a0edd3a8bdf2b6e7bffa696e795ed9778
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ describe('Reports Page', () => {
const valid = component.reportForm.valid;
spyOn(component, 'onSubmit');


component.setInitialDataOnScreen();

expect(valid).toBeTruthy();
Expand Down