Skip to content

Commit

Permalink
Fix the package declaration for the Materialize QPG test (sqlancer#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrigger authored Jun 2, 2023
1 parent 7d894b5 commit e418489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sqlancer/qpg/materialize/TestMaterializeQPG.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package sqlancer.qpg.cockroachdb;
package sqlancer.qpg.materialize;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assumptions.assumeTrue;
Expand Down

0 comments on commit e418489

Please sign in to comment.