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):