Skip to content

Commit

Permalink
fix(#2684): semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 14, 2023
1 parent a09dc91 commit c2069e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/groovy/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import java.nio.file.Path
* and include 'check-runtime-deps.groovy' test (which is failing for now) into 'tests' list. We
* also need to add "test" scope for all dependencies in pom.xml.
*/
Path folder = basedir.toPath().resolve("src").resolve("test").resolve("groovy");
Path folder = basedir.toPath().resolve("src").resolve("test").resolve("groovy")
tests = [
'check-folders-numbering.groovy',
'check-all-java-classes-compiled.groovy',
Expand Down

0 comments on commit c2069e4

Please sign in to comment.