Skip to content

Commit 193cb3e

Browse files
committed
lol
1 parent 3d4deaa commit 193cb3e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

partitionmanager/dropper_test.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,11 @@ def test_no_droppable_partitions(self):
8080
table.set_retention_period(timedelta(days=2))
8181
current_timestamp = datetime(2021, 1, 1, tzinfo=timezone.utc)
8282
current_position = PositionPartition("p_20210102").set_position([10])
83-
assert get_droppable_partitions == {}(
84-
database, [], current_position, current_timestamp, table
83+
assert (
84+
get_droppable_partitions(
85+
database, [], current_position, current_timestamp, table
86+
)
87+
== {}
8588
)
8689

8790
def test_get_droppable_partitions(self):

0 commit comments

Comments
 (0)