Skip to content

Commit

Permalink
fix(dependencies): nsubstitute no longer required
Browse files Browse the repository at this point in the history
Unity auto upgrade overwrote a sensitive asmdef file that started pulling in test files. This patch
restores things back to the expected functionality.

#18
  • Loading branch information
ashblue committed May 31, 2020
1 parent 81df390 commit d03ed28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
17 changes: 5 additions & 12 deletions Tests/Editor/Fluid.BehaviorTree.EditorTests.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,17 @@
"name": "Fluid.BehaviorTree.EditorTests",
"references": [
"Fluid.BehaviorTree",
"Fluid.BehaviorTree.Editor",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
"Fluid.BehaviorTree.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll",
"NSubstitute.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}
"optionalUnityReferences": [
"TestAssemblies"
]
}
4 changes: 2 additions & 2 deletions Tests/Editor/Fluid.BehaviorTree.EditorTests.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d03ed28

Please sign in to comment.