sharding: fixed lint

Former-commit-id: 413ad02b5004698771b67dfea296f1252b29c2e3 [formerly 978dcf9bbac9aabfb1decf48e5dd9af1c5b13ade]
Former-commit-id: 99c1b8b1a8dc308ebd834f18f04ea88861d8d17f
This commit is contained in:
Terence Tsao 2018-05-09 12:02:45 -07:00
parent 8b5cafd7a6
commit 37889c476a

View File

@ -771,7 +771,7 @@ func TestSubmitVote(t *testing.T) {
if err != nil {
t.Fatalf("Check notary's vote failed: %v", err)
}
if v == false {
if !v {
t.Errorf("Notary's indexd bit did not cast to 1 in index %v", index0)
}
c, err = smc.GetVoteCount(&bind.CallOpts{}, shard0)