We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612dc44 commit 29b5fc6Copy full SHA for 29b5fc6
1 file changed
src/Nethermind/Nethermind.Evm.Test/StateOverridesTests.cs
@@ -72,7 +72,7 @@ public void nonce_override_within_uint64_range_does_not_throw(UInt256 nonce)
72
73
Assert.That(act, Throws.Nothing);
74
}
75
-
+
76
[Test]
77
public void override_with_balance_creates_account_in_state()
78
{
0 commit comments