Skip to content

Commit

Permalink
Fixed opal test
Browse files Browse the repository at this point in the history
  • Loading branch information
smakhtin committed Jul 4, 2024
1 parent 93e61a6 commit 2f737b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/routes/assets/assets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Assets API', () => {

it('should fetch Opal asset', async () => {
const res = await app.request(
'http://localhost/assets/did:asset:eip155:8882.unique2:3019:327'
'http://localhost/did:asset:eip155:8882.unique2:3019:327'
);

expect(res.status).toEqual(200);
Expand Down

0 comments on commit 2f737b9

Please sign in to comment.