Upgrade unit testing

This commit is contained in:
Gustas
2025-01-09 16:49:56 +02:00
committed by Paul Chote
parent bcbf88719f
commit 017e645557
10 changed files with 124 additions and 124 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenRA.Test
mediator.Send(new TestNotificaton());
Assert.IsTrue(testHandler.WasNotified);
Assert.That(testHandler.WasNotified, Is.True);
}
}