Skip to content

Commit

Permalink
fix(tools): UnityRunTestsSettings base type (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanski authored and matkoch committed Aug 31, 2023
1 parent 3f4af87 commit 0c3e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Nuke.Common/Tools/Unity/Unity.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"customAssertion": true,
"definiteArgument": "-runTests",
"settingsClass": {
"baseClass": "UnityBaseSettings",
"baseClass": "UnityProjectSettings",
"properties": [
{
"name": "TestCategories",
Expand Down

0 comments on commit 0c3e9c3

Please sign in to comment.