Skip to content

Commit a0776c2

Browse files
committed
fix unit tests no longer in separate package
1 parent 7bba07c commit a0776c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TestProjects/FbxTests/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
},
4343
"registry": "https://staging-packages.unity.com",
4444
"testables": [
45-
"com.unity.formats.fbx.tests"
45+
"com.unity.formats.fbx"
4646
]
4747
}

com.unity.formats.fbx/Tests/Scripts/ExporterTestBaseAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public abstract class ExporterTestBaseAPI
1313
/// Use this path if you want to load some data for testing, e.g. a
1414
/// material or scene or fbx.
1515
/// </summary>
16-
public const string PathToTestData = "Packages/com.unity.formats.fbx.tests/Tests";
16+
public const string PathToTestData = "Packages/com.unity.formats.fbx/Tests";
1717

1818
/// <summary>
1919
/// Sleep an amount of time (in ms) so we can safely assume that the

0 commit comments

Comments
 (0)