From 343e7d9286a3bb42b1c891d0f4145d6adad74cc0 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 31 Oct 2025 14:31:11 -0500 Subject: fix(dotnet): Make tests no longer fail Signed-off-by: Matt Strapp --- tests/Locusts.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/Locusts.cs') diff --git a/tests/Locusts.cs b/tests/Locusts.cs index 0ec1f7a..2d184b7 100644 --- a/tests/Locusts.cs +++ b/tests/Locusts.cs @@ -7,6 +7,5 @@ public class Test public void TestLocusts() { Locusts.IntroduceLocusts(); - Assert.IsTrue(1 == 1); } } \ No newline at end of file -- cgit v1.2.3