From 35453772eb8aeb8bac94064b97fbb786d610b1e6 Mon Sep 17 00:00:00 2001 From: Chris Zhai Date: Fri, 19 Apr 2024 13:33:38 +0800 Subject: [PATCH] update composite_primary_key_create --- tests/system-test/1-insert/composite_primary_key_create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/1-insert/composite_primary_key_create.py b/tests/system-test/1-insert/composite_primary_key_create.py index 503aa6df7d..cafedc16ac 100644 --- a/tests/system-test/1-insert/composite_primary_key_create.py +++ b/tests/system-test/1-insert/composite_primary_key_create.py @@ -47,7 +47,7 @@ class IllegalSpell(Enum): CASE4 = 'primary ky' CASE5 = 'primarykey' CASE6 = 'key primary' - CASE6 = 'primay key primay key' + CASE7 = 'primay key primay key' class TableType(Enum):