From 6ffbef09c2e4fe2a748142106d042d34eb2dc3f9 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 23 Dec 2025 11:00:57 -0800 Subject: [PATCH] fix gas in test --- src/test/app/Wasm_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/Wasm_test.cpp b/src/test/app/Wasm_test.cpp index d07adf4f0e..a5fa2f4aa6 100644 --- a/src/test/app/Wasm_test.cpp +++ b/src/test/app/Wasm_test.cpp @@ -672,7 +672,7 @@ struct Wasm_test : public beast::unit_test::suite Bytes const wasm(wasmStr.begin(), wasmStr.end()); TestHostFunctions hfs(env, 0); - auto const allowance = 291'334; + auto const allowance = 292'345; auto re = runEscrowWasm(wasm, hfs, ESCROW_FUNCTION_NAME, {}, allowance); if (BEAST_EXPECT(re.has_value()))