Skip to content

Commit 0f68b17

Browse files
committed
Fix assembly references
1 parent 1a691f1 commit 0f68b17

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

Assets/APIExamples/Tests/Editor/APIExamples.Editor.Tests.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"UnityEditor.TestRunner",
77
"APIExamples.Tests",
88
"UniTask",
9-
"TestHelper"
9+
"TestHelper",
10+
"NUnit.Analyzers_Unity"
1011
],
1112
"includePlatforms": [
1213
"Editor"

Assets/APIExamples/Tests/Runtime/APIExamples.Tests.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"UnityEditor.TestRunner",
77
"APIExamples",
88
"UniTask",
9-
"TestHelper"
9+
"TestHelper",
10+
"NUnit.Analyzers_Unity"
1011
],
1112
"includePlatforms": [],
1213
"excludePlatforms": [],

Assets/BasicExample/Tests/Editor/BasicExample.Editor.Tests.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"UnityEditor.TestRunner",
77
"BasicExample.Editor",
88
"BasicExample",
9-
"BasicExample.Tests"
9+
"BasicExample.Tests",
10+
"NUnit.Analyzers_Unity"
1011
],
1112
"includePlatforms": [
1213
"Editor"

Assets/BasicExample/Tests/Runtime/BasicExample.Tests.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"references": [
55
"UnityEngine.TestRunner",
66
"UnityEditor.TestRunner",
7-
"NUnit.Analyzers_Unity",
7+
"BasicExample",
88
"TestHelper",
9-
"BasicExample"
9+
"NUnit.Analyzers_Unity"
1010
],
1111
"includePlatforms": [],
1212
"excludePlatforms": [],

Assets/TestDoubleExample/Tests/Runtime/TestDoubleExample.Tests.asmdef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"UnityEngine.TestRunner",
66
"UnityEditor.TestRunner",
77
"TestDoubleExample",
8+
"NUnit.Analyzers_Unity",
89
"NSubstitute.Analyzers.CSharp_Unity"
910
],
1011
"includePlatforms": [],

0 commit comments

Comments
 (0)