Skip to content

Commit b6b8c54

Browse files
committed
Fixing test error
1 parent a4a55b2 commit b6b8c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tests/wasm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ describe('WASM Objects', () => {
191191
});
192192

193193
it('properly assesses equality and inequality', () => {
194-
const viewKey1 = new ViewKey();
194+
const viewKey1 = new (ViewKey as any)();
195195
const viewKey2 = ViewKey.from_string(viewKeyString);
196196
const viewKey3 = ViewKey.from_string(viewKeyString);
197197

0 commit comments

Comments
 (0)