Skip to content

Commit

Permalink
Move test one module up
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Jan 19, 2019
1 parent 77324e0 commit f96cda5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -31,10 +31,10 @@

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.arrayWithSize;
import static schemacrawler.test.utility.DatabaseTestUtility.getCatalog;
import static schemacrawler.test.utility.FileHasContent.classpathResource;
import static schemacrawler.test.utility.FileHasContent.hasSameContentAs;
import static schemacrawler.test.utility.FileHasContent.outputOf;
import static schemacrawler.utility.SchemaCrawlerUtility.getCatalog;

import java.sql.Connection;
import java.util.Arrays;
Expand Down

0 comments on commit f96cda5

Please sign in to comment.