Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimak committed Jun 6, 2024
1 parent c1eab34 commit f0a380e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void getQuotingStartCharacter() {
}

@Test
void getQuotingEndCharacter() {
public void getQuotingEndCharacter() {
assertEquals("`", database.getQuotingEndCharacter());
}

Expand Down

0 comments on commit f0a380e

Please sign in to comment.