fix gas in test

This commit is contained in:
Mayukha Vadari
2025-12-23 11:00:57 -08:00
parent e05f907788
commit 6ffbef09c2

View File

@@ -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()))