Skip to content

Commit 9519dce

Browse files
Fixed transaction test
1 parent 35daf5c commit 9519dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/Transaction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('Test Transaction', () => {
7373
await transaction.sign(keys);
7474

7575
const toJson = TransactionV1.toJson(transaction);
76-
const parsed = TransactionV1.fromJSON(toJson.transaction);
76+
const parsed = TransactionV1.fromJSON(toJson);
7777

7878
const transactionPaymentAmount = parsed.body.args.args
7979
.get('amount')!

0 commit comments

Comments
 (0)