Skip to content

Commit

Permalink
fix test validation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Oct 2, 2024
1 parent e171fe1 commit 72af463
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 72af463

Please sign in to comment.