Skip to content

Commit 961626e

Browse files
Darioush Jalalianusha-ctrl
authored andcommitted
remove unused line in test (#695)
1 parent c67f6e0 commit 961626e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/genesis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func TestSetupGenesis(t *testing.T) {
132132

133133
blocks, _, _ := GenerateChain(oldcustomg.Config, genesis, dummy.NewFullFaker(), db, 4, 25, nil)
134134
bc.InsertChain(blocks)
135-
bc.CurrentBlock()
135+
136136
for _, block := range blocks {
137137
if err := bc.Accept(block); err != nil {
138138
t.Fatal(err)

0 commit comments

Comments
 (0)