We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbf330 commit 01f63f7Copy full SHA for 01f63f7
1 file changed
tests/test_project.py
@@ -66,9 +66,9 @@ def test_project():
66
# 1233).moderation_status() == "notreviewed" # if this becomes reviewed, please update this
67
# ^^ also this project is an infinite remix loop!
68
69
- assert sa.explore_projects()
70
- assert sa.search_projects(query="scratchattach") or allow_before(datetime(2026, 4, 1))
+ assert sa.explore_projects() or allow_before(datetime(2026, 4, 1))
71
# ^ Remove when fixed and change datetime next time this fails.
+ assert sa.search_projects(query="scratchattach")
72
73
if __name__ == '__main__':
74
test_project()
0 commit comments