Skip to content

Commit 8a2d170

Browse files
test: reenable compass test (#459)
1 parent d8e4094 commit 8a2d170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/e2e/IExecWorkerpoolModule.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,13 @@ describe('workerpool', () => {
264264

265265
describe('on networks relying on compass', () => {
266266
// TODO include compass in stack instead of using arbitrum-sepolia-testnet
267-
test.skip('resolves the url against Compass', async () => {
267+
test('resolves the url against Compass', async () => {
268268
const readOnlyIExec = new IExec(
269269
{ ethProvider: 'arbitrum-sepolia-testnet' },
270270
{ allowExperimentalNetworks: true },
271271
);
272272
const apiUrl = await readOnlyIExec.workerpool.getWorkerpoolApiUrl(
273-
'0x39C3CdD91A7F1c4Ed59108a9da4E79dE9A1C1b59',
273+
'0xB967057a21dc6A66A29721d96b8Aa7454B7c383F',
274274
);
275275
expect(typeof apiUrl).toBe('string');
276276
expect(apiUrl.startsWith('https://')).toBe(true);

0 commit comments

Comments
 (0)