diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Locusts.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Locusts.cs b/tests/Locusts.cs index a220043..0ec1f7a 100644 --- a/tests/Locusts.cs +++ b/tests/Locusts.cs @@ -7,6 +7,6 @@ public class Test public void TestLocusts()
{
Locusts.IntroduceLocusts();
- Assert.IsTrue(1==1);
+ Assert.IsTrue(1 == 1);
}
}
\ No newline at end of file |