diff --git a/packages/foundation/src/Foundation.test.ts b/packages/foundation/src/Foundation.test.ts index a57f342ee..a387adf5f 100644 --- a/packages/foundation/src/Foundation.test.ts +++ b/packages/foundation/src/Foundation.test.ts @@ -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 () => { @@ -434,4 +436,4 @@ describe('Given the foundation plugin', () => { expect(result).toBe('https://foundation.app/') }) }) -}) \ No newline at end of file +})