Skip to content

Commit

Permalink
Update shared/bls/spectest/aggregate_verify_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Apr 13, 2020
1 parent 4644568 commit 335ee20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/bls/spectest/aggregate_verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func TestAggregateVerifyYaml(t *testing.T) {
t.Fatalf("Signature does not match the expected verification output. "+
"Expected %#v but received %#v for test case %d", test.Output, verified, i)
}
t.Log("Success")
})
}
}

0 comments on commit 335ee20

Please sign in to comment.