Skip to content

Commit 2f8eacd

Browse files
committed
Fix another broken test.
1 parent 59193db commit 2f8eacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-maven/src/test/java/com/diffplug/spotless/maven/MavenIntegrationHarness.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected void writePomWithKotlinSteps(String... steps) throws IOException {
115115
}
116116

117117
protected void writePomWithCppSteps(String... steps) throws IOException {
118-
writePom(groupWithSteps("cpp", including("**")), steps);
118+
writePom(groupWithSteps("cpp", including("**/*.c++")), steps);
119119
}
120120

121121
protected void writePomWithTypescriptSteps(String... steps) throws IOException {

0 commit comments

Comments
 (0)