Skip to content

Commit

Permalink
v3.24.1 (#526)
Browse files Browse the repository at this point in the history
* Remove unnecessary exception nonsense

* Add fields to challenges report

* Partially address #254 - allow alt names on certificates

* MInor bug fixes

* Fix name settings bug

* Cleanup

* Fix team session start bug

* Unit test for ToLookup and snippet update

* Tests

* Add initial tests

* Finish test
  • Loading branch information
sei-bstein authored Nov 11, 2024
1 parent f7c9244 commit 66c40e5
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 66c40e5

Please sign in to comment.