Pack logic cleanup
This commit is contained in:
@@ -213,9 +213,9 @@ public class GlobalsRepositoryTests
|
||||
using var _ = factory;
|
||||
var cfg = await repo.GetGameConfiguration("default");
|
||||
Assert.That(cfg, Is.Not.Null);
|
||||
Assert.That(cfg.TsRotationId, Is.EqualTo("10015"),
|
||||
Assert.That(cfg.Config.Rotation.TsRotationId, Is.EqualTo("10015"),
|
||||
"GlobalsImporter should overwrite the migration's empty-string default with the capture value.");
|
||||
Assert.That(cfg.IsBattlePassPeriod, Is.True,
|
||||
Assert.That(cfg.Config.Rotation.IsBattlePassPeriod, Is.True,
|
||||
"Prod sends bool true for is_battle_pass_period; capture should overwrite the migration default of false.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user