Fixed unit test

This commit is contained in:
Dave Woestenborghs
2018-10-25 08:59:13 +02:00
parent 25a90ffbf5
commit fe0176f97c

View File

@@ -23,7 +23,7 @@ namespace Umbraco.Tests.UI
}
}
[TestCase(typeof(macroTasks), Constants.Applications.Packages)]
[TestCase(typeof(macroTasks), Constants.Applications.Settings)]
[TestCase(typeof(CreatedPackageTasks), Constants.Applications.Packages)]
public void Check_Assigned_Apps_For_Tasks(Type taskType, string app)
{