Skip to content

Commit a2e526d

Browse files
committed
updated wasm.test.ts
1 parent 3150b36 commit a2e526d

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
@@ -1,5 +1,5 @@
11
import { expect } from "chai";
2-
import { Address, PrivateKey, ViewKey, Signature, RecordCiphertext, RecordPlaintext, PrivateKeyCiphertext } from "../src/node.js";
2+
import { Address, PrivateKey, ViewKey, Signature, RecordCiphertext, RecordPlaintext, PrivateKeyCiphertext, EncryptionToolkit, Transition } from "../src/node.js";
33
import {
44
seed,
55
message,

0 commit comments

Comments
 (0)