From 9e438c587d5850f93bed0b5427ece1a27d34fc2a Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 14 Jan 2022 15:32:12 +0100 Subject: [PATCH] Fixed RuntimeTest assembly reference --- Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef b/Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef index a1be810..fed5834 100644 --- a/Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef +++ b/Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef @@ -2,7 +2,7 @@ "name": "PasserVR.HumanoidControl.RuntimeTests", "references": [ "GUID:27619889b8ba8c24980f49ee34dbb44a", - "GUID:2a4d79bf57ab5b3479378915b7996c30" + "GUID:8199e51a8a1df504ca80f382ca6f3501" ], "includePlatforms": [], "excludePlatforms": [],