Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shak58 authored Nov 22, 2024
1 parent 3dde973 commit 07e873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/rest/APIRequester.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('APIRequester', () => {
await request.get('foo');

expect(mockedAxios.get).toHaveBeenCalledWith(
'https://rest.testnet.initia.xyz/foo',
'https://rest.testnet.initia.xyz/bar/foo',
{
headers: new axios.AxiosHeaders(),
params: {},
Expand Down

0 comments on commit 07e873c

Please sign in to comment.