Skip to content

Commit

Permalink
feat(#917): fix one more check in 'spring' integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 29, 2024
1 parent a43fe42 commit 70c7d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/spring/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ assert app.exists()
assert app.text.contains("metas")
assert app.text.contains("<head>package</head>")
// Check that we have "opcode" and "label" imports where they are needed
assert app.text.contains("<tail>jeo.opcode</tail>")
assert app.text.contains("<tail>jeo.opcode.return</tail>")
//Check that if class doesn't have instructions, it doesn't have "opcode" imports.
def empty = new File(basedir, 'target/generated-sources/jeo-xmir/org/eolang/jeo/spring/WithoutInstructions.xmir')
assert empty.exists()
Expand Down

0 comments on commit 70c7d14

Please sign in to comment.