Skip to content

Commit f886c86

Browse files
committed
Fix constraints in the Zenject.Editor.TestFramework assembly
1 parent c2dd201 commit f886c86

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Assets/Package/Plugins/Zenject/Editor/TestFramework/Zenject.Editor.TestFramework.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"nunit.framework.dll"
1515
],
1616
"autoReferenced": false,
17-
"defineConstraints": [],
17+
"defineConstraints": [
18+
"UNITY_INCLUDE_TESTS"
19+
],
1820
"versionDefines": [],
1921
"noEngineReferences": false
2022
}

0 commit comments

Comments
 (0)