Skip to content

Commit

Permalink
Removed 2 failing tests that were not needed after removing func func…
Browse files Browse the repository at this point in the history
…tionapp context #143.
  • Loading branch information
dariuszparzygnat authored and ahmelsayed committed Jun 30, 2017
1 parent 9cce2fd commit 873e082
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public class ResolveActionTests
[InlineData("settings delete settingName", typeof(DeleteSettingAction))]
[InlineData("settings list", typeof(ListSettingsAction))]
[InlineData("init", typeof(InitAction))]
[InlineData("functionapp init", typeof(InitAction))]
[InlineData("functionapp create", typeof(InitAction))]
[InlineData("run functionName", typeof(RunFunctionAction))]
[InlineData("function run functionName", typeof(RunFunctionAction))]
[InlineData("-v", typeof(HelpAction))]
Expand Down

0 comments on commit 873e082

Please sign in to comment.