Skip to content

Commit ec7972a

Browse files
authored
Fix PackageManagerClientIntegrationTests (#647)
`com.unity.entities` is no longer searchable from Unity 2020.
1 parent 73a4a5a commit ec7972a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/PackageManagerResolver/test/PackageManagerClientIntegrationTests/PackageManagerClientIntegrationTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public static void TestSearchAvailablePackagesAll(
165165
CheckPackageNamesInPackageInfos(
166166
new List<string>() {
167167
"com.unity.2d.animation",
168-
"com.unity.entities"
168+
"com.unity.test-framework"
169169
},
170170
result.Packages, testCaseResult,
171171
"SearchAvailablePackages returned an unexpected set of packages");

0 commit comments

Comments
 (0)