Skip to content

Commit

Permalink
Fix test asset paths when using as a package.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastisme committed Feb 26, 2022
1 parent 75808a2 commit 04e0861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BehaviourTreeDesigner
OpenBehaviourTree

Copyright (c) 2022 David McDonagh

Expand Down
4 changes: 2 additions & 2 deletions Runtime/TestMock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class TestMock
* Holds mock objects for tests
*/

string testBlackboardPath = "Packages/OpenBehaviourTree/Tests/TestAssets/TestBlackboard.asset";
string testBehaviourTreePath = "Packages/OpenBehaviourTree/Tests/TestAssets/TestTree.asset";
string testBlackboardPath = "Packages/com.davidmcdonagh-openbehaviourtree/Tests/TestAssets/TestBlackboard.asset";
string testBehaviourTreePath = "Packages/com.davidmcdonagh-openbehaviourtree/Tests/TestAssets/TestTree.asset";

public static float ActionDuration(){
return .5f;
Expand Down

0 comments on commit 04e0861

Please sign in to comment.