Skip to content

Commit a904146

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent e12531a commit a904146

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

‎src/app/sign-in/components/form-sign-in/form-sign-in.component.spec.ts‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ describe('FormSignInComponent', () => {
9494

9595
component.onSubmit()
9696

97-
expect(signInSpy).toHaveBeenCalledWith(
98-
jasmine.anything(),
99-
false,
100-
true
101-
)
97+
expect(signInSpy).toHaveBeenCalledWith(jasmine.anything(), false, true)
10298
})
10399
})

0 commit comments

Comments
 (0)