aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2025-10-31 14:31:11 -0500
committerMatt Strapp <matt@mattstrapp.net>2025-10-31 14:31:11 -0500
commit343e7d9286a3bb42b1c891d0f4145d6adad74cc0 (patch)
treeb7fede7254b15096f042e06413dd80f63265bfb6
parentbuild(deps-dev): bump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-343e7d9286a3bb42b1c891d0f4145d6adad74cc0.tar
locusts-343e7d9286a3bb42b1c891d0f4145d6adad74cc0.tar.gz
locusts-343e7d9286a3bb42b1c891d0f4145d6adad74cc0.tar.bz2
locusts-343e7d9286a3bb42b1c891d0f4145d6adad74cc0.tar.lz
locusts-343e7d9286a3bb42b1c891d0f4145d6adad74cc0.tar.xz
locusts-343e7d9286a3bb42b1c891d0f4145d6adad74cc0.tar.zst
locusts-343e7d9286a3bb42b1c891d0f4145d6adad74cc0.zip
fix(dotnet): Make tests no longer fail
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--tests/Locusts.Testing.csproj2
-rw-r--r--tests/Locusts.cs1
2 files changed, 1 insertions, 2 deletions
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 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
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