Skip to content

Commit 0ca868e

Browse files
AnexenPhotonios
authored andcommitted
Add back deleted test case
1 parent fe1f639 commit 0ca868e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/test_migration_operations.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,15 @@ def test_migration_operations_add_partition(
208208
model_name="test", name="pt1"
209209
),
210210
),
211+
(
212+
PostgresPartitioningMethod.LIST,
213+
operations.PostgresAddListPartition(
214+
model_name="test", name="pt1", values=["car", "boat"]
215+
),
216+
operations.PostgresDeleteListPartition(
217+
model_name="test", name="pt1"
218+
),
219+
),
211220
(
212221
PostgresPartitioningMethod.HASH,
213222
operations.PostgresAddHashPartition(

0 commit comments

Comments
 (0)