We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db412bd commit 0e240aeCopy full SHA for 0e240ae
Assets/Examples/Test/Editor/Driver/Testforscene1TestSample.cs
@@ -1106,7 +1106,7 @@ public void TestGetAllFields()
1106
public void TestGetAllScenes()
1107
{
1108
var scenes = altDriver.GetAllScenes();
1109
- Assert.AreEqual(14, scenes.Count);
+ Assert.AreEqual(15, scenes.Count);
1110
Assert.AreEqual("Scene 1 AltDriverTestScene", scenes[0]);
1111
}
1112
0 commit comments