Fix tests for the correct-tests project

This commit is contained in:
Webber
2019-11-27 23:02:23 +01:00
committed by Webber Takken
parent eabb7275c9
commit c71997dc22
2 changed files with 0 additions and 4 deletions

View File

@@ -19,8 +19,6 @@ namespace Tests
// Then
Assert.AreEqual(1, counter.Count);
Assert.True(false);
}
[Test]

View File

@@ -14,8 +14,6 @@ namespace Tests
{
// Use the Assert class to test conditions
Assert.True(true);
Assert.True(false);
}
// A UnityTest behaves like a coroutine in Play Mode. In Edit Mode you can use