Skip to content

Commit a76ce28

Browse files
authored
Fix mistake in README
1 parent 9076874 commit a76ce28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class JsonSchemaAnnotationProcessorTest {
115115
.addAnnotationProcessorOptions("jsonschema.verbose=true")
116116
.failOnWarnings(true)
117117
.showDeprecationWarnings(true)
118-
.compile(compiler);
118+
.compile(workspace);
119119

120120
// Then
121121
assertThatCompilation(compilation)

0 commit comments

Comments
 (0)