From 725b148a78f899673da23efddc23a9dea75ac3be Mon Sep 17 00:00:00 2001 From: Nick Tobey Date: Fri, 12 May 2023 12:18:19 -0700 Subject: [PATCH] Update `drop-create.bats` to use new generated constraint name. --- integration-tests/bats/drop-create.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/bats/drop-create.bats b/integration-tests/bats/drop-create.bats index f8cc09657e..3923465cca 100755 --- a/integration-tests/bats/drop-create.bats +++ b/integration-tests/bats/drop-create.bats @@ -332,7 +332,7 @@ SQL [[ "$output" =~ "+ \`b\` tinyint NOT NULL," ]] || false [[ "$output" =~ "+ \`c\` varchar(10)," ]] || false [[ "$output" =~ "+ PRIMARY KEY (\`a\`)," ]] || false - [[ "$output" =~ "+ CONSTRAINT \`chk_vk8cbuqc\` CHECK ((\`b\` > 0))" ]] || false + [[ "$output" =~ "+ CONSTRAINT \`test_chk_vk8cbuqc\` CHECK ((\`b\` > 0))" ]] || false } @test "drop-create: default changes" {