Skip to content

Commit

Permalink
test: fix CollectBaseRules unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Kops committed Nov 13, 2024
1 parent 521912c commit 111c583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public async Task CollectBaseRules(ProviderCollectingMode providerCollectingMode
Assert.NotNull(actual.Name);
Assert.Equal(MicrosoftCompilerErrorsProvider.Name, actual.Name);
Assert.NotNull(actual.Rules);
Assert.True(actual.Rules.Count >= 910);
Assert.True(actual.Rules.Count >= 850);
}
}

0 comments on commit 111c583

Please sign in to comment.