Skip to content

Commit

Permalink
fix tests2
Browse files Browse the repository at this point in the history
  • Loading branch information
smartprogrammer93 committed Dec 23, 2023
1 parent 506eb73 commit fee0ae3
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ public void Cancun_eips(long blockNumber, ulong timestamp, bool isEnabled)
_specProvider.GetSpec(new ForkActivation(blockNumber, timestamp)).IsEip4844Enabled.Should().Be(isEnabled);
_specProvider.GetSpec(new ForkActivation(blockNumber, timestamp)).IsEip5656Enabled.Should().Be(isEnabled);
_specProvider.GetSpec(new ForkActivation(blockNumber, timestamp)).IsEip4788Enabled.Should().Be(isEnabled);
if (isEnabled)
{
_specProvider.GetSpec(new ForkActivation(blockNumber, timestamp)).Eip4788ContractAddress.Should().NotBeNull();
}
else
{
_specProvider.GetSpec(new ForkActivation(blockNumber, timestamp)).Eip4788ContractAddress.Should().BeNull();
}
}

[Test]
Expand Down

0 comments on commit fee0ae3

Please sign in to comment.