Skip to content

Commit

Permalink
#3058: Made it java test
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 28, 2024
1 parent d79b133 commit 7c18e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eo-runtime/src/test/groovy/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,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-eo-classes-are-public.groovy'
'check-runtime-deps.groovy'
]
for (it in tests) {
def res = evaluate folder.resolve(it).toFile()
Expand Down

0 comments on commit 7c18e1b

Please sign in to comment.