Skip to content

Commit

Permalink
Fix renaming fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
marta-lokhova committed Oct 16, 2023
1 parent 92ccbbb commit 69a69b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/herder/test/TransactionQueueTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ TEST_CASE("Soroban TransactionQueue pre-protocol-20")
resources.writeBytes = 1000;

auto tx = createUploadWasmTx(*app, root, 10'000'000,
DEFAULT_TEST_REFUNDABLE_FEE, resources);
DEFAULT_TEST_RESOURCE_FEE, resources);

// Soroban tx is not supported
REQUIRE(app->getHerder().recvTransaction(tx, false) ==
Expand Down

0 comments on commit 69a69b0

Please sign in to comment.