Skip to content

Commit

Permalink
Fix test cases & fix method that insert managed feeds + comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTortugo committed Sep 18, 2019
1 parent 565d512 commit 15e40b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class GitFileManagerTests
const string OutputNugetConfigFile = "NuGet.output.config";

[Theory]
[InlineData("NoManagedFeedsToAdd", new string[0])]
[InlineData("RemoveAllManagedFeeds", new string[0])]
[InlineData("AddFeedsToNuGetConfigWithoutManagedFeeds", new string[] {
"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-standard-a5b5f2e1/nuget/v3/index.json",
Expand Down

0 comments on commit 15e40b5

Please sign in to comment.