Skip to content

Commit

Permalink
fix movie test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Sep 26, 2023
1 parent f129398 commit 8fdd420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
* limitations under the License.
*/

package com.alibaba.graphscope.cypher.integration.suite.ldbc;
package com.alibaba.graphscope.cypher.integration.suite.movie;

import com.alibaba.graphscope.cypher.integration.suite.QueryContext;

import java.util.Arrays;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package com.alibaba.graphscope.cypher.integration.movie;

import com.alibaba.graphscope.cypher.integration.suite.ldbc.MovieQueries;
import com.alibaba.graphscope.cypher.integration.suite.ldbc.QueryContext;
import com.alibaba.graphscope.cypher.integration.suite.movie.MovieQueries;
import com.alibaba.graphscope.cypher.integration.suite.QueryContext;

import org.junit.AfterClass;
import org.junit.Assert;
Expand Down

0 comments on commit 8fdd420

Please sign in to comment.