Skip to content

Commit

Permalink
Case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianAmbrosini committed Sep 23, 2024
1 parent 319a7dd commit e15c1a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void dotCover_CoverageDirectoryIsNotImported() throws Exception {
.containsOnly("csharpsquid:S2699");
}

private static final String EXCLUSIONS_STRING = "**/excluded.js";
private static final String EXCLUSIONS_STRING = "**/Excluded.js";

private static Stream<Arguments> parameterizedArgumentsForExclusions() {
return Stream.of(
Expand Down

0 comments on commit e15c1a1

Please sign in to comment.