Skip to content

Commit 8659cf9

Browse files
committed
fix: remove only from invoke tests
1 parent 0ccdb5e commit 8659cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk-multichain/src/invoke.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function testSuite<T extends MultichainOptions>({ platform, createSDK, options:
9999
await afterEach(mockedData);
100100
});
101101

102-
t.it.only(`${platform} should invoke method successfully from provider with an active session and connected transport`, async () => {
102+
t.it(`${platform} should invoke method successfully from provider with an active session and connected transport`, async () => {
103103
let showModalPromise!: Promise<void>;
104104

105105
const scopes = ['eip155:1'] as Scope[];

0 commit comments

Comments
 (0)