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.Testing.csproj | 2 +- tests/Locusts.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Locusts.Testing.csproj b/tests/Locusts.Testing.csproj index d5d99ce..fd510c5 100644 --- a/tests/Locusts.Testing.csproj +++ b/tests/Locusts.Testing.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 latest enable enable 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