Skip to content

Commit

Permalink
objectionary#2443: renumerated
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Dec 5, 2023
1 parent 8fd6c60 commit 5564de6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eo-runtime/src/test/groovy/check-folders-numbering.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ List<String> allowed = [
'1-parse',
'2-optimize',
'3-shake',
'4-verify',
'5-pull',
'6-resolve',
'7-pre',
'4-pull',
'5-resolve',
'6-pre',
'7-verify',
'8-transpile',
]
List<File> allowedDirs = allowed.stream()
Expand Down

0 comments on commit 5564de6

Please sign in to comment.