Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed Dec 12, 2024
1 parent 282c8eb commit 958524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logverification/verifyevent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestVerifyEvent(t *testing.T) {
eventJSON, err := marshaler.Marshal(event)
require.NoError(t, err)

verifiableEvent, err := NewVerifiableEvent(eventJSON)
verifiableEvent, err := NewVerifiableAssetsV2Event(eventJSON)
require.NoError(t, err)

// NOTE: we would usually use azblob.NewReaderNoAuth()
Expand Down

0 comments on commit 958524a

Please sign in to comment.