Skip to content

Commit

Permalink
Fixed log message in tester script
Browse files Browse the repository at this point in the history
  • Loading branch information
tool-buddy committed May 23, 2022
1 parent 65e7c04 commit 1fad456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Tests/FrbTester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ IEnumerator RunTestsOnMethod(Methods method)

string resultsFilePath = "./Assets/results.txt";
File.WriteAllText(resultsFilePath, results);
UnityEngine.Debug.Log("results saved as " + statsFilePath);
UnityEngine.Debug.Log("results saved as " + resultsFilePath);

Application.Quit();
}
Expand Down

0 comments on commit 1fad456

Please sign in to comment.