diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2025-10-31 14:31:11 -0500 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2025-10-31 14:31:11 -0500 |
| commit | 343e7d9286a3bb42b1c891d0f4145d6adad74cc0 (patch) | |
| tree | b7fede7254b15096f042e06413dd80f63265bfb6 /tests/Locusts.cs | |
| parent | build(deps-dev): bump the nodejs-dependencies group with 3 updates (diff) | |
| download | locusts-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>
Diffstat (limited to 'tests/Locusts.cs')
| -rw-r--r-- | tests/Locusts.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
