a big bundle of conversions and other changes.
This commit is contained in:
@@ -25,7 +25,7 @@ func TestEventParsingAndVerifying(t *testing.T) {
|
||||
|
||||
assert.Equal(t, ev.ID, ev.GetID())
|
||||
|
||||
ok, _ := ev.CheckSignature()
|
||||
ok := ev.VerifySignature()
|
||||
assert.True(t, ok, "signature verification failed when it should have succeeded")
|
||||
|
||||
asJSON, err := json.Marshal(ev)
|
||||
|
||||
Reference in New Issue
Block a user