Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Update expected result.
  • Loading branch information
martincostello committed Apr 21, 2024
1 parent 439821c commit e59c44e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static async Task Register_Returns_Correct_Fallback_Value()
await page.OnGet();

// Assert
page.RegisteredUsers.ShouldBe(9_500);
page.RegisteredUsers.ShouldBe(9_750);
}

private static Register CreatePage(IAccountService? service = null)
Expand Down

0 comments on commit e59c44e

Please sign in to comment.