Skip to content

Commit

Permalink
Fixup test to use updated soroban meta structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Apr 30, 2024
1 parent ad93d16 commit 47aa5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/server/soroban/get_transaction_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function makeTxResult(status, addSoroban = true) {
operations: [],
txChangesAfter: [],
sorobanMeta: new xdr.SorobanTransactionMeta({
ext: new xdr.ExtensionPoint(0),
ext: new xdr.SorobanTransactionMetaExt(0),
events: [],
diagnosticEvents: [],
returnValue: nativeToScVal(1234),
Expand Down

0 comments on commit 47aa5d2

Please sign in to comment.