Remove broken validation assert

Validation only happens for orders in the current batch, so the test can't validate an order from the previous batch
This commit is contained in:
Jaculabilis 2022-11-08 19:59:27 -08:00
parent b241d206f4
commit a63ff3992b
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@ public class TimeTravelTest
// The attack on Mun 2:1 is repelled, but the support is cut.
setup.ValidateOrders();
Assert.That(tyr2_2, Is.Valid);
Assert.That(mun2_1, Is.Valid);
setup.AdjudicateOrders();
Assert.That(tyr2_2, Is.Repelled);
Assert.That(mun2_1, Is.NotDislodged);