From a63ff3992b7b144f9e5ef0166861fa839a582696 Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Tue, 8 Nov 2022 19:59:27 -0800 Subject: [PATCH] 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 --- MultiversalDiplomacyTests/MDATC_A.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MultiversalDiplomacyTests/MDATC_A.cs b/MultiversalDiplomacyTests/MDATC_A.cs index b0339d9..d9a6b3d 100644 --- a/MultiversalDiplomacyTests/MDATC_A.cs +++ b/MultiversalDiplomacyTests/MDATC_A.cs @@ -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);