Skip to content

Commit

Permalink
Finish test
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Nov 11, 2024
1 parent 31f528f commit 47646a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ await _testContext.WithDataState(state =>
.PutAsync($"api/player/{playerId}/start", null)
.DeserializeResponseAs<Player>();

//
// then we should get a player back with a nonempty session start
result.SessionBegin.ShouldBeGreaterThan(DateTimeOffset.MinValue);
}
}

0 comments on commit 47646a5

Please sign in to comment.