We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c83163 commit eb1469eCopy full SHA for eb1469e
1 file changed
Tests/WorkflowTests/WorkflowTests.cs
@@ -64,7 +64,6 @@ public IEnumerator TearDown() {
64
65
[UnityTest]
66
public IEnumerator WorkflowTest() {
67
- LogAssert.Expect(LogType.Log, new Regex("OneJS is good to go"));
68
_scriptEngine.gameObject.SetActive(true);
69
_runner.enabled = false;
70
yield return null;
@@ -96,6 +95,7 @@ public IEnumerator WorkflowTest() {
96
95
Assert.AreEqual(Color.red, allNodes[8].resolvedStyle.backgroundColor, "BackgroundColor mismatch");
97
98
+ LogAssert.Expect(LogType.Log, new Regex("OneJS is good to go"));
99
}
100
101
#region Static Helpers
0 commit comments