Skip to content

Commit

Permalink
fix(#2684): space
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 14, 2023
1 parent 0e71889 commit 566992b
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 @@ -37,7 +37,7 @@ Path folder = basedir.toPath().resolve("src").resolve("test").resolve("groovy");
tests = [
'check-folders-numbering.groovy',
'check-all-java-classes-compiled.groovy',
// 'check-runtime-deps.groovy'
// 'check-runtime-deps.groovy'
]
for (it in tests) {
def res = evaluate folder.resolve(it).toFile()
Expand Down

0 comments on commit 566992b

Please sign in to comment.