Skip to content

Commit

Permalink
Update scene path in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Apr 14, 2024
1 parent 0ed7295 commit 0224de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Samples~/uGUI Demo/Tests/Runtime/MonkeyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace TestHelper.Monkey.Samples.UGUIDemo
public class MonkeyTest
{
[Test]
[LoadScene("Assets/Samples/Monkey Test Helper/0.11.0/uGUI Demo/Scenes/uGUIDemo.unity")]
[LoadScene("Assets/Samples/Monkey Test Helper/0.11.1/uGUI Demo/Scenes/uGUIDemo.unity")]
public async Task Run()
{
var config = new MonkeyConfig
Expand Down
2 changes: 1 addition & 1 deletion Samples~/uGUI Demo/Tests/Runtime/ScenarioTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ScenarioTest
[TestCase("Difficulty")]
[TestCase("Help")]
[TestCase("Credit")]
[LoadScene("Assets/Samples/Monkey Test Helper/0.11.0/uGUI Demo/Scenes/uGUIDemo.unity")]
[LoadScene("Assets/Samples/Monkey Test Helper/0.11.1/uGUI Demo/Scenes/uGUIDemo.unity")]
[TakeScreenshot]
public async Task OpenSubScreens(string target)
{
Expand Down

0 comments on commit 0224de9

Please sign in to comment.