Skip to content

Commit

Permalink
Update justice-users.service.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogagliardi committed Dec 4, 2024
1 parent 9d4a490 commit f4d7549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe('JusticeUsersService', () => {
});

describe('clearUsers', () => {
fit('should clear the search term', (done: DoneFn) => {
it('should clear the search term', (done: DoneFn) => {
// arrange
clientApiSpy.getUserList.and.returnValue(of([]));

Expand Down

0 comments on commit f4d7549

Please sign in to comment.