Skip to content

Commit c0221f2

Browse files
committed
Revert "Update tests/test_database.py"
This reverts commit 93cd6e7.
1 parent 93cd6e7 commit c0221f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def get_ids(**kwargs):
837837
assert get_ids(options_like="minhook") == [t1]
838838
assert get_ids(options_not_like="minhook") == [t3, t2]
839839
assert get_ids(tags_tasks_like="1") == [t2]
840-
assert get_ids(task_ids=(t1, t2)) == [t2, t1]
840+
assert get_ids(task_ids=(t1, t2)) == [t1, t2]
841841
assert get_ids(task_ids=(t3 + 1,)) == []
842842
assert get_ids(user_id=5) == [t3]
843843
assert get_ids(user_id=0) == [t2, t1]

0 commit comments

Comments
 (0)