We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f5726 commit 3cb80e1Copy full SHA for 3cb80e1
src/ChainSafe.Gaming.Tests/ChainsafeRPCTests.cs
@@ -258,7 +258,7 @@ public void EstimateGasContractMethodTest()
258
var contract = firstAccount.ContractBuilder.Build(nft721ABI, firstWalletAddress);
259
var result = contract.EstimateGas("ownerOf", new object[] { 1 }).Result;
260
261
- Assert.AreEqual("21204", result.ToString());
+ Assert.IsTrue(result.ToString() == "21204" || result.ToString() == "21510");
262
}
263
264
/// <summary>
0 commit comments