Skip to content

Commit

Permalink
tests: fix typo in test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Feb 19, 2024
1 parent 89429d1 commit f421aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/endpoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('getEndpoint', () => {
).resolves.toEqual({ success: true })

expect(fetchData).toHaveBeenCalledWith(
'https://test.test//v1/chains/4/safes/0x123/emails/0x456',
'https://test.test/v1/chains/4/safes/0x123/emails/0x456',
'PUT',
body,
headers,
Expand Down

0 comments on commit f421aa0

Please sign in to comment.