Skip to content

Commit

Permalink
Revert "Deliberately add test failures"
Browse files Browse the repository at this point in the history
This reverts commit e80356f.
  • Loading branch information
desplesda committed Mar 15, 2024
1 parent e80356f commit 864e4fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions Tests/Editor/UnityLocalisationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,6 @@ public void UnityLocalisation_ImplicitStringsImportedCorrectly()
}
}


[Test]
public void TestFailing()
{
Assert.Fail("This Edit-Mode test failed.");
}

[Test]
public void UnityLocalisation_FormerImplictLinesAreRemovedFromStringTables()
{
Expand Down
9 changes: 0 additions & 9 deletions Tests/Runtime/DialogueRunnerTests/DialogueRunnerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,6 @@ public IEnumerator DialogueRunner_CanAccessInitialValues()

yield return null;
}


[Test]
public void TestFailing()
{
Assert.Fail("This Play-Mode test failed.");
}


[UnityTest]
public IEnumerator DialogueRunner_CanAccessNodeNames()
{
Expand Down

0 comments on commit 864e4fe

Please sign in to comment.