Skip to content

Commit

Permalink
#44: Fixed broken test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Oct 27, 2023
1 parent 92a1ff4 commit 7020688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/exasol/matcher/CellValueMatcherIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* This integration test runs cell content matching tests against the Apache Derby database.
*/
class CellValueMatcherITCellValueMatcherIT extends AbstractCellValueMatcherTest {
class CellValueMatcherIT extends AbstractCellValueMatcherTest {
@BeforeEach
void beforeEach() throws SQLException {
final Connection connection = DriverManager.getConnection("jdbc:derby:memory:test;create=true");
Expand Down

0 comments on commit 7020688

Please sign in to comment.