Skip to content

updating test to pass #69

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

updating test to pass #69

wants to merge 1 commit into from

Conversation

mark-robustelli
Copy link

No description provided.

@@ -295,11 +295,12 @@ public class FusionAuthClientTest {

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants