Skip to content

Commit 01f63f7

Browse files
committed
move allow_before to correct test
1 parent 5dbf330 commit 01f63f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def test_project():
6666
# 1233).moderation_status() == "notreviewed" # if this becomes reviewed, please update this
6767
# ^^ also this project is an infinite remix loop!
6868

69-
assert sa.explore_projects()
70-
assert sa.search_projects(query="scratchattach") or allow_before(datetime(2026, 4, 1))
69+
assert sa.explore_projects() or allow_before(datetime(2026, 4, 1))
7170
# ^ Remove when fixed and change datetime next time this fails.
71+
assert sa.search_projects(query="scratchattach")
7272

7373
if __name__ == '__main__':
7474
test_project()

0 commit comments

Comments
 (0)