Skip to content

Commit

Permalink
test:fix datarace
Browse files Browse the repository at this point in the history
  • Loading branch information
bysomeone committed May 24, 2024
1 parent c79b8d9 commit cd672cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blockchain/blockfinalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func TestFinalizer(t *testing.T) {
msg1, err := chain.client.Wait(msg)
require.Nil(t, err)
require.Equal(t, msg1.Data, choice)
f.Init(chain)

}

Expand Down

0 comments on commit cd672cb

Please sign in to comment.