Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Dec 19, 2024
1 parent ea318ed commit b8111bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/identity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,6 @@ func TestServer_CreateAuthCredential(t *testing.T) {
require.True(t, ok)
assert.Equal(t, float64(revNonce), status["revocationNonce"])
assert.Equal(t, string(verifiable.Iden3commRevocationStatusV1), status["type"])
assert.Equal(t, *response2.Vc.Expiration, time.Unix(1829174400, 0))
assert.Equal(t, *response2.Vc.Expiration, time.Unix(1829174400, 0).Local())
})
}

0 comments on commit b8111bb

Please sign in to comment.