Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jul 16, 2024
1 parent a0a46a2 commit dc17ad3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/foundation/src/Foundation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ describe('Given the foundation plugin', () => {
contractAddress: '0xead6dca70b0465725a57eb81f7d3ab8b5e0b81b4',
}
const result = await getExternalUrl(mint)
expect(result).toBe('https://foundation.app/mint/base/0xead6dca70b0465725a57eb81f7d3ab8b5e0b81b4')
expect(result).toBe(
'https://foundation.app/mint/base/0xead6dca70b0465725a57eb81f7d3ab8b5e0b81b4',
)
})

test('should return the base url for 1155 mint', async () => {
Expand All @@ -434,4 +436,4 @@ describe('Given the foundation plugin', () => {
expect(result).toBe('https://foundation.app/')
})
})
})
})

0 comments on commit dc17ad3

Please sign in to comment.