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 2d2df69 commit bb9f2a9
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,10 @@ describe('JusticeUsersService', () => {
});

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

// act
service.clearUsers();


// assert
service.filteredUsers$.subscribe(users => {
expect(users).toEqual([]);
Expand Down

0 comments on commit bb9f2a9

Please sign in to comment.