Skip to content

Commit

Permalink
Merge pull request #632 from NethermindEth/rianhughes/fix-failing-tes…
Browse files Browse the repository at this point in the history
…tnet-tests

fix test validation bug
  • Loading branch information
thiagodeev authored Oct 2, 2024
2 parents 4b606c6 + ee4cfcc commit 1090f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,5 +655,5 @@ func validatePendingBlockHeader(t *testing.T, pBlock *PendingBlockHeader) {
require.NotZero(t, pBlock.L1GasPrice)
require.NotZero(t, pBlock.StarknetVersion)
require.NotZero(t, pBlock.L1DataGasPrice)
require.NotZero(t, pBlock.L1DAMode)
require.NotNil(t, pBlock.L1DAMode)
}

0 comments on commit 1090f19

Please sign in to comment.