Skip to content

Commit

Permalink
Simplify expected resource
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Oct 13, 2024
1 parent e4557fa commit c71b769
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,9 @@ public void testDB2Dump() throws Exception {
executable.setSchemaCrawlerOptions(schemaCrawlerOptions);
executable.setAdditionalConfiguration(SchemaTextOptionsBuilder.builder(textOptions).toConfig());

// -- Schema output tests
final String expectedResource = String.format("testDB2Dump.txt", javaVersion());
assertThat(
outputOf(executableExecution(getDataSource(), executable)),
hasSameContentAs(classpathResource(expectedResource)));
hasSameContentAs(classpathResource("testDB2Dump.txt")));
}

@Test
Expand Down

0 comments on commit c71b769

Please sign in to comment.