Skip to content

Conversation

mark-robustelli
Copy link

No description provided.

var response = test.client.RetrieveRefreshTokens((Guid) test.user.id);
test.assertSuccess(response);
Assert.IsNull(response.successResponse.refreshTokens);
Assert.AreEqual(0, response.successResponse.refreshTokens.Count);

Choose a reason for hiding this comment

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

Makes sense to me. The refreshTokens property is non-nullable, so a count on the list is a more accurate test.

@mmanes mmanes deleted the branch main March 6, 2025 17:41
@mmanes mmanes closed this Mar 6, 2025
@spwitt spwitt reopened this Mar 7, 2025
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.

4 participants