Resolve WES-145 "Consistency controllers"

This commit is contained in:
Helena Van Breugel
2023-03-30 21:28:48 +00:00
committed by Jelle De Geest
parent 564ec209c7
commit e96f1ff7ca
36 changed files with 989 additions and 574 deletions

View File

@@ -12,7 +12,7 @@ public class BasicTests
[UnityTest]
public IEnumerator BasicTestsWithEnumeratorPasses()
{
SceneManager.LoadScene("TemplateCourse");
SceneManager.LoadScene("CourseScreen");
// Use the Assert class to test conditions.
// Use yield to skip a frame.
yield return null;