Skip to content

Commit

Permalink
address test error
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwang-gsa committed Aug 17, 2023
1 parent 5dfaa53 commit 7908a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('AdminAgencySelect', async () => {
linkElements[1].trigger('click')

expect(fetchSpy).toBeCalledTimes(2)
expect(fetchSpy.mock.lastCall[0].search).toBe('?page_number=2')
expect(fetchSpy.mock.lastCall[0].search).toBe('?name=Steeply&page_number=2')
})

it('displays no results message', async () => {
Expand Down

0 comments on commit 7908a96

Please sign in to comment.