aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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