aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Locusts.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/Locusts.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Locusts.cs b/tests/Locusts.cs
new file mode 100644
index 0000000..a220043
--- /dev/null
+++ b/tests/Locusts.cs
@@ -0,0 +1,12 @@
+namespace Locusts.Testing;
+
+[TestClass]
+public class Test
+{
+ [TestMethod]
+ public void TestLocusts()
+ {
+ Locusts.IntroduceLocusts();
+ Assert.IsTrue(1==1);
+ }
+} \ No newline at end of file