Update Test1.cs

Should fail
This commit is contained in:
Karsten Jeppesen
2026-08-28 08:48:36 +02:00
parent a8ae6f7b18
commit 275286c929

View File

@@ -6,7 +6,7 @@
[TestMethod]
public void TestMethod1()
{
Assert.Fail("intentionally failing...");
Assert.Fail("intentionally failing....");
}
}