Skip to content

Commit e7a6e51

Browse files
committed
Fix file paths in ManifestInstallerTests and remove unused reference in asmdef
1 parent 4b02b15 commit e7a6e51

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Installer/Assets/com.IvanMurzak/Gyroscope Parallax Installer/Tests/ManifestInstallerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class ManifestInstallerTests
1717
{
1818
const string PackageIdTag = "PACKAGE_ID";
1919
const string PackageVersionTag = "PACKAGE_VERSION";
20-
const string FilesRoot = "Assets/com.IvanMurzak/AI Game Dev Installer/Tests/Files";
21-
const string FilesCopyRoot = "Temp/com.IvanMurzak/AI Game Dev Installer/Tests/Files";
20+
const string FilesRoot = "Assets/com.IvanMurzak/Gyroscope Parallax Installer/Tests/Files";
21+
const string FilesCopyRoot = "Temp/com.IvanMurzak/Gyroscope Parallax Installer/Tests/Files";
2222
static string CorrectManifestPath => $"{FilesRoot}/Correct/correct_manifest.json";
2323

2424
[SetUp]

Unity-Package/Assets/root/Tests/Runtime/Extensions.Unity.Gyroscope.Parallax.Tests.Runtime.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "Extensions.Unity.Gyroscope.Parallax.Tests.Runtime",
33
"rootNamespace": "",
44
"references": [
5-
"UnityEngine.TestRunner",
6-
"Extensions.Unity.ImageLoader.Tests.Editor"
5+
"UnityEngine.TestRunner"
76
],
87
"includePlatforms": [],
98
"excludePlatforms": [],

0 commit comments

Comments
 (0)