Skip to content

Commit

Permalink
Update test/unit/server/soroban/assembled_transaction_test.js
Browse files Browse the repository at this point in the history
better description

Co-authored-by: Chad Ostrowski <[email protected]>
  • Loading branch information
BlaineHeffron and chadoh committed May 29, 2024
1 parent a5fe964 commit 7823b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/server/soroban/assembled_transaction_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe("AssembledTransaction.buildFootprintRestoreTransaction", () => {



it("assembled transaction restore footprint works", function (done) {
it("makes expected RPC calls", function (done) {
const simulateTransactionResponse = {
transactionData: restoreTxnData,
minResourceFee: "52641",
Expand Down

0 comments on commit 7823b75

Please sign in to comment.