Skip to content

Commit

Permalink
minor test command update
Browse files Browse the repository at this point in the history
  • Loading branch information
rolang committed Feb 8, 2024
1 parent 73b6b71 commit f0f2008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tests/shared/src/test/scala/CommandTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ class CommandTest extends SkunkTest {
sql"DROP POLICY my_policy ON city".command

val analyze: Command[Void] =
sql"ANALYZE".command
sql"ANALYZE city".command

val analyzeVerbose: Command[Void] =
sql"ANALYZE VERBOSE".command
sql"ANALYZE VERBOSE city".command

sessionTest("create table, create index, alter table, alter index, drop index and drop table") { s =>
for {
Expand Down

0 comments on commit f0f2008

Please sign in to comment.