diff --git a/src/test/java/org/eolang/jeo/representation/CanonicalXmirTest.java b/src/test/java/org/eolang/jeo/representation/CanonicalXmirTest.java index bf8b26798..ad606ece8 100644 --- a/src/test/java/org/eolang/jeo/representation/CanonicalXmirTest.java +++ b/src/test/java/org/eolang/jeo/representation/CanonicalXmirTest.java @@ -23,7 +23,6 @@ */ package org.eolang.jeo.representation; -import com.jcabi.matchers.XhtmlMatchers; import com.jcabi.xml.XMLDocument; import java.util.Collections; import org.eolang.jeo.representation.bytecode.BytecodeClass; @@ -35,7 +34,6 @@ import org.hamcrest.Matchers; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; -import org.xembly.Directives; import org.xembly.ImpossibleModificationException; import org.xembly.Xembler;