Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #894 from ransagy/fixDotnetRepoTest
Browse files Browse the repository at this point in the history
Switch repo name in tests from deprecated dotnet/cli to the new dotne…
  • Loading branch information
slang25 committed Oct 27, 2019
2 parents 4d52b70 + 245d2ea commit d30ca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuKeeper.Integration.Tests/Engine/RepositoryFilterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public async Task ShouldNotFilterOutADotnetRepository()
IRepositoryFilter subject = MakeRepositoryFilter();

var result =
await subject.ContainsDotNetProjects(new RepositorySettings { RepositoryName = "cli", RepositoryOwner = "dotnet" });
await subject.ContainsDotNetProjects(new RepositorySettings { RepositoryName = "sdk", RepositoryOwner = "dotnet" });
Assert.True(result);
}

Expand Down

0 comments on commit d30ca9a

Please sign in to comment.