Skip to content

Commit 8c83163

Browse files
committed
Update WorkflowTests.cs
1 parent 1e3f52e commit 8c83163

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Tests/WorkflowTests/WorkflowTests.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ public class WorkflowTests {
2323

2424
[OneTimeSetUp]
2525
public static void OneTimeSetUp() {
26-
if (File.Exists("/home/libpuerts.so")) {
27-
Debug.Log("zzzzzzzzzzzz");
28-
}
29-
3026
var tmpWorkDirPath = Path.Combine(Path.GetDirectoryName(Application.dataPath)!,
3127
TMP_TEST_WORKING_DIR);
3228
if (Directory.Exists(tmpWorkDirPath)) {
@@ -72,6 +68,7 @@ public IEnumerator WorkflowTest() {
7268
_scriptEngine.gameObject.SetActive(true);
7369
_runner.enabled = false;
7470
yield return null;
71+
yield return null;
7572
var indexContent = LoadFromGUID<TextAsset>("a55d96be65534ffa89b4819c967a16ba").text;
7673
var indexPath = Path.Combine(_scriptEngine.WorkingDir, "index.tsx");
7774
File.WriteAllText(indexPath, indexContent);

0 commit comments

Comments
 (0)