aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Locusts.cs
blob: 2d184b775c84e88347b83ea41359918c1641d63b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
namespace Locusts.Testing;

[TestClass]
public class Test
{
    [TestMethod]
    public void TestLocusts()
    {
        Locusts.IntroduceLocusts();
    }
}