Skip to content

Commit ad96bbb

Browse files
committed
fix test
1 parent 68a2a19 commit ad96bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/src/test/java/net/jbock/processor/ProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ void doubleAnnotation() {
691691
assertAbout(javaSources()).that(singletonList(javaFile))
692692
.processedWith(Processor.testInstance())
693693
.failsToCompile()
694-
.withErrorContaining("annotate with either @Option or @Parameter but not both");
694+
.withErrorContaining("annotate with either @Option or @Parameter, but not both");
695695
}
696696

697697
@Test

0 commit comments

Comments
 (0)