mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-28 20:19:07 +08:00
Fix tests for the correct-tests project
This commit is contained in:
@@ -19,8 +19,6 @@ namespace Tests
|
||||
|
||||
// Then
|
||||
Assert.AreEqual(1, counter.Count);
|
||||
|
||||
Assert.True(false);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user