Skip to content

Commit a675c89

Browse files
core: readded state processor error tests (#23055)
1 parent 080b6eb commit a675c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state_processor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func TestStateProcessorErrors(t *testing.T) {
183183
},
184184
want: "could not apply tx 0 [0xd82a0c2519acfeac9a948258c47e784acd20651d9d80f9a1c67b4137651c3a24]: insufficient funds for gas * price + value: address 0x71562b71999873DB5b286dF957af199Ec94617F7 have 1000000000000000000 want 2431633873983640103894990685182446064918669677978451844828609264166175722438635000",
185185
},
186-
}[8:] {
186+
} {
187187
block := GenerateBadBlock(genesis, ethash.NewFaker(), tt.txs, gspec.Config)
188188
_, err := blockchain.InsertChain(types.Blocks{block})
189189
if err == nil {

0 commit comments

Comments
 (0)