Skip to content

Commit

Permalink
DAT-15337 - Solving the problem with tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesQueiroz committed Mar 3, 2025
1 parent 2cf6f8c commit 578711f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ public String getCommandName() {
*/
public abstract String getRunCommandName();

@Override
public String getFormattedStatement(Database database) {
return toJs().replaceFirst(";$", "");
}

@Override
public String toJs() {
return SHELL_DB_PREFIX
Expand Down

0 comments on commit 578711f

Please sign in to comment.