Skip to content

Commit

Permalink
Display progress in deletion test
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-blessing committed Nov 9, 2023
1 parent 0c9f0e4 commit df2167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_deleting.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_deleting(prepare_link, prepare_table, act_as, create_table):
outbound_table_cls().insert1(row)

with act_as(actors["local"]):
(local_table_cls() & local_table_cls().source.flagged).delete()
(local_table_cls() & local_table_cls().source.flagged).delete(display_progress=True)
assert local_table_cls().fetch(as_dict=True) == expected

assert (outbound_table_cls() & {"foo": 1}).fetch1("is_deprecated") == "TRUE"

0 comments on commit df2167b

Please sign in to comment.