Skip to content

Commit f39a78b

Browse files
committed
Rename test
1 parent 8c44f07 commit f39a78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_alter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class AlterPart(dj.Part):
5656
-> AlterMaster
5757
"""
5858

59-
def test_alter_part():
59+
def test_alter_part_master_keyword():
6060
original = schema.connection.query("SHOW CREATE TABLE " + AlterMaster.AlterPart.full_table_name).fetchone()[1]
6161
AlterMaster.AlterPart.definition = AlterMaster.AlterPart.definition1
6262
AlterMaster.AlterPart.alter(prompt=False)

0 commit comments

Comments
 (0)