Skip to content

Commit 9257eee

Browse files
ssd04sstanculeanu
andauthored
Update process/block/gasConsumption_test.go
Co-authored-by: Sorin Stanculeanu <34831323+sstanculeanu@users.noreply.github.com>
1 parent 436b8b8 commit 9257eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

process/block/gasConsumption_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func TestNewGasConsumption(t *testing.T) {
134134
require.Nil(t, gc)
135135
require.True(t, errors.Is(err, process.ErrInvalidValue))
136136
})
137-
t.Run("nil gas handler should error", func(t *testing.T) {
137+
t.Run("nil block tracker should error", func(t *testing.T) {
138138
t.Parallel()
139139

140140
args := getMockArgsGasConsumption()

0 commit comments

Comments
 (0)