Skip to content

Conversation

@martinsaporiti
Copy link
Contributor

No description provided.

@martinsaporiti martinsaporiti self-assigned this Oct 15, 2025
@martinsaporiti martinsaporiti requested a review from a team as a code owner October 15, 2025 15:37
Copy link
Contributor

@ilya-korotya ilya-korotya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using require instead of assert. In your case, there is no point in continuing testing if an error has occurred.

did, err := w3c.ParseDID(identifier)
assert.NoError(t, err)

t.Run("should return the first non-revoked auth claim", func(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test doesn't test should return the first non-revoked auth claim since we created only one auth claim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants