diff --git a/src/RepoGovernance.BlazorPOC/RepoGovernance.BlazorPOC.csproj b/src/RepoGovernance.BlazorPOC/RepoGovernance.BlazorPOC.csproj index a28b18a8..6c464bab 100644 --- a/src/RepoGovernance.BlazorPOC/RepoGovernance.BlazorPOC.csproj +++ b/src/RepoGovernance.BlazorPOC/RepoGovernance.BlazorPOC.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/RepoGovernance.Core/RepoGovernance.Core.csproj b/src/RepoGovernance.Core/RepoGovernance.Core.csproj index 1a2bfcaf..e4c42ebc 100644 --- a/src/RepoGovernance.Core/RepoGovernance.Core.csproj +++ b/src/RepoGovernance.Core/RepoGovernance.Core.csproj @@ -9,11 +9,11 @@ - - + + - + diff --git a/src/RepoGovernance.Function/RepoGovernance.Function.csproj b/src/RepoGovernance.Function/RepoGovernance.Function.csproj index 2fa36e16..325742dc 100644 --- a/src/RepoGovernance.Function/RepoGovernance.Function.csproj +++ b/src/RepoGovernance.Function/RepoGovernance.Function.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/RepoGovernance.Tests/SummaryItemsControllerTests.cs b/src/RepoGovernance.Tests/SummaryItemsControllerTests.cs index 2919441f..0bd350ed 100644 --- a/src/RepoGovernance.Tests/SummaryItemsControllerTests.cs +++ b/src/RepoGovernance.Tests/SummaryItemsControllerTests.cs @@ -231,8 +231,8 @@ public async Task GetSummaryItemsTest() Assert.AreEqual("dependabot.yml", item1.DependabotFile?.name); Assert.AreEqual("2", item1.DependabotRoot?.version); Assert.IsTrue(item1.DependabotFile?.content?.Length > 0); - Assert.AreEqual(1, item1.DependabotRecommendations.Count); - Assert.AreEqual("Consider adding an open_pull_requests_limit to ensure Dependabot doesn't open too many PR's in the / project, github-actions ecosystem", item1.DependabotRecommendations[0]); + Assert.AreEqual(0, item1.DependabotRecommendations.Count); + //Assert.AreEqual("Consider adding an open_pull_requests_limit to ensure Dependabot doesn't open too many PR's in the / project, github-actions ecosystem", item1.DependabotRecommendations[0]); Assert.IsNotNull(item1.BranchPolicies); Assert.AreEqual(0, item1.BranchPoliciesRecommendations.Count); Assert.AreEqual(1, item1.GitVersion.Count);