Skip to content

Commit

Permalink
table names in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoworko committed Dec 31, 2024
1 parent 0567430 commit 2c916bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ trait DbTesting extends BeforeAndAfterEach with BeforeAndAfterAll {
session.prepareStatement("""delete from "environments"""").execute()
session.prepareStatement("""delete from "processes"""").execute()
session.prepareStatement("""delete from "fingerprints"""").execute()
session.prepareStatement("""delete from "periodic_processes"""").execute()
session.prepareStatement("""delete from "periodic_process_deployments"""").execute()
session.prepareStatement("""delete from "periodic_scenarios"""").execute()
session.prepareStatement("""delete from "periodic_scenario_deployments"""").execute()
}

}
Expand Down

0 comments on commit 2c916bc

Please sign in to comment.