diff --git a/src/it/spring/verify.groovy b/src/it/spring/verify.groovy index aebb6cfdd..000a8aad0 100644 --- a/src/it/spring/verify.groovy +++ b/src/it/spring/verify.groovy @@ -33,7 +33,7 @@ assert app.exists() assert app.text.contains("metas") assert app.text.contains("package") // Check that we have "opcode" and "label" imports where they are needed -assert app.text.contains("jeo.opcode") +assert app.text.contains("jeo.opcode.return") //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()