Skip to content

Commit d52f5ec

Browse files
committed
fix: test_studio
some projects got removed from the old studio, so i switched to a more reliable studio and used '>' instead of exact equality
1 parent 59f43f6 commit d52f5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_studio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def test_studio():
1111
return
1212
sess = session()
1313

14-
studio = sess.connect_studio(34253687)
15-
assert studio.get_exact_project_count() == 1250
14+
studio = sess.connect_studio(247962)
15+
assert studio.get_exact_project_count() > 100000
1616

1717
studio = sess.connect_studio(50809872)
1818

0 commit comments

Comments
 (0)