We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a55b2 commit b6b8c54Copy full SHA for b6b8c54
sdk/tests/wasm.test.ts
@@ -191,7 +191,7 @@ describe('WASM Objects', () => {
191
});
192
193
it('properly assesses equality and inequality', () => {
194
- const viewKey1 = new ViewKey();
+ const viewKey1 = new (ViewKey as any)();
195
const viewKey2 = ViewKey.from_string(viewKeyString);
196
const viewKey3 = ViewKey.from_string(viewKeyString);
197
0 commit comments