Skip to content

Commit

Permalink
for #601, removed the useless asserts package
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed Aug 11, 2018
1 parent 526c81c commit fc0c22b
Show file tree
Hide file tree
Showing 315 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static IntegrateTestCasesLoader getInstance() {
}

private Map<String, IntegrateTestCase> loadIntegrateTestCases(final String filePrefix) throws IOException, URISyntaxException, JAXBException {
URL url = IntegrateTestCasesLoader.class.getClassLoader().getResource("asserts/cases/");
URL url = IntegrateTestCasesLoader.class.getClassLoader().getResource("integrate/cases/");
Preconditions.checkNotNull(url, "Cannot found integrate test cases.");
return new HashMap<>(loadIntegrateTestCases(url, filePrefix));
}
Expand Down
Loading

0 comments on commit fc0c22b

Please sign in to comment.