File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
TestProjects/FbxTests/Packages
com.unity.formats.fbx/Tests/Scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
},
43
43
"registry" : " https://staging-packages.unity.com" ,
44
44
"testables" : [
45
- " com.unity.formats.fbx.tests "
45
+ " com.unity.formats.fbx"
46
46
]
47
47
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public abstract class ExporterTestBaseAPI
13
13
/// Use this path if you want to load some data for testing, e.g. a
14
14
/// material or scene or fbx.
15
15
/// </summary>
16
- public const string PathToTestData = "Packages/com.unity.formats.fbx.tests /Tests" ;
16
+ public const string PathToTestData = "Packages/com.unity.formats.fbx/Tests" ;
17
17
18
18
/// <summary>
19
19
/// Sleep an amount of time (in ms) so we can safely assume that the
You can’t perform that action at this time.
0 commit comments