Skip to content

Commit

Permalink
fix(me): fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Sep 11, 2023
1 parent 6d26b6a commit c5a7832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe('RecordsListComponent', () => {
expect(pagination.totalPages).toEqual(totalPages)
})
it('orders the completion column', () => {
expect(searchFacade.setSortBy).toHaveBeenCalledWith([
expect(searchService.setSortBy).toHaveBeenCalledWith([
'desc',
'changeDate',
])
Expand Down

0 comments on commit c5a7832

Please sign in to comment.