diff --git a/interactive_engine/compiler/src/test/java/com/alibaba/graphscope/cypher/integration/movie/MovieTest.java b/interactive_engine/compiler/src/test/java/com/alibaba/graphscope/cypher/integration/movie/MovieTest.java index 0d95dc073861..c932fc8ed086 100644 --- a/interactive_engine/compiler/src/test/java/com/alibaba/graphscope/cypher/integration/movie/MovieTest.java +++ b/interactive_engine/compiler/src/test/java/com/alibaba/graphscope/cypher/integration/movie/MovieTest.java @@ -16,8 +16,8 @@ package com.alibaba.graphscope.cypher.integration.movie; -import com.alibaba.graphscope.cypher.integration.suite.movie.MovieQueries; import com.alibaba.graphscope.cypher.integration.suite.QueryContext; +import com.alibaba.graphscope.cypher.integration.suite.movie.MovieQueries; import org.junit.AfterClass; import org.junit.Assert;