Files
SVSimServer/SVSim.UnitTests/Controllers
gamer147 4b5c3b905e test(admin): update MissionMeta round-trip test to new wire types
Two test callsites in AdminControllerTests still constructed ImportMissionMeta
with the pre-fix types (bool HasReceivedPickTwoMission, long MissionChangeTime),
which compiled locally against the stale test binaries under --no-build but
tripped CS0029 in CI on a clean build. Switch to wire-shape values (int 1,
"yyyy-MM-dd HH:mm:ss" string) and adjust the round-trip assertion to compare
against the parsed-UTC DateTime rather than the Unix conversion.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-04 19:51:31 -04:00
..
2026-05-25 12:03:47 -04:00