Skip to content

Commit

Permalink
Added additional properties to GetUserStats
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonbrett committed Jan 3, 2025
1 parent 6ba07e8 commit ec013d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HockeyPickup.Api.Tests/GraphQLTests/QueryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ public async Task GetUserStats_ReturnsUserStats()
PriorYearSoldTotal = 2,
LastSoldSessionDate = testDate.AddDays(-7),
MostPlayedPosition = "Defense",
CurrentBuyRequests = 1
CurrentBuyRequests = 1,
WednesdayRegular = true,
FridayRegular = true,
};

userRepositoryMock.Setup(repo => repo.GetUserStatsAsync("user1"))
Expand Down

0 comments on commit ec013d9

Please sign in to comment.