Skip to content

Commit a03c16b

Browse files
author
Luke Wilson
committed
Delete useless stub
1 parent 1ea04b6 commit a03c16b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/integration.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ describe('integration', () => {
148148
// Act
149149
expect(() => vm.execute(mockEnv, mockInfo, { user_errors_in_api_calls: {} })).toThrow();
150150
});
151-
152-
it.skip('passes_io_tests', async () => {
153-
// Reference implementation: https://github.com/CosmWasm/cosmwasm/blob/a9ae6fa76ba6c05de1792f887a09401856f14bc1/packages/vm/src/testing/instance.rs#L171
154-
// pub fn test_io<A, S, Q>(instance: &mut Instance<A, S, Q>)
155-
});
156151
});
157152

158153
// Helpers

0 commit comments

Comments
 (0)