Skip to content

Commit bbc549c

Browse files
author
Vincent Potucek
committed
Test unused stream in DefaultPluginXmlFactory#write
1 parent f7e0024 commit bbc549c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/maven-impl/src/test/java/org/apache/maven/impl/DefaultPluginXmlFactoryTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void writeWithNoTargetThrowsIllegalArgumentException() {
229229
.build())
230230
.build()))
231231
.getMessage())
232-
.isEqualTo("writer, output stream, or path must be non null");
232+
.isEqualTo("writer, outputStream or path must be non null");
233233
}
234234

235235
@Test

0 commit comments

Comments
 (0)