We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3f52e commit 8c83163Copy full SHA for 8c83163
1 file changed
Tests/WorkflowTests/WorkflowTests.cs
@@ -23,10 +23,6 @@ public class WorkflowTests {
23
24
[OneTimeSetUp]
25
public static void OneTimeSetUp() {
26
- if (File.Exists("/home/libpuerts.so")) {
27
- Debug.Log("zzzzzzzzzzzz");
28
- }
29
-
30
var tmpWorkDirPath = Path.Combine(Path.GetDirectoryName(Application.dataPath)!,
31
TMP_TEST_WORKING_DIR);
32
if (Directory.Exists(tmpWorkDirPath)) {
@@ -72,6 +68,7 @@ public IEnumerator WorkflowTest() {
72
68
_scriptEngine.gameObject.SetActive(true);
73
69
_runner.enabled = false;
74
70
yield return null;
71
+ yield return null;
75
var indexContent = LoadFromGUID<TextAsset>("a55d96be65534ffa89b4819c967a16ba").text;
76
var indexPath = Path.Combine(_scriptEngine.WorkingDir, "index.tsx");
77
File.WriteAllText(indexPath, indexContent);
0 commit comments