mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
feat: bumped version to 0.0.33
This commit is contained in:
parent
339d84d5e4
commit
2cbe6fc111
8 changed files with 140 additions and 10 deletions
|
|
@ -49,5 +49,5 @@ def test_caller_budgets_cover_every_country():
|
|||
from app.proprietary.platforms.reddit import fetch as reddit_fetch
|
||||
from app.proprietary.platforms.tiktok.session import client as tiktok_client
|
||||
|
||||
assert reddit_fetch._MAX_ROTATIONS >= len(rotation.FALLBACK_COUNTRIES)
|
||||
assert tiktok_client._MAX_ROTATIONS >= len(rotation.FALLBACK_COUNTRIES)
|
||||
assert len(rotation.FALLBACK_COUNTRIES) <= reddit_fetch._MAX_ROTATIONS
|
||||
assert len(rotation.FALLBACK_COUNTRIES) <= tiktok_client._MAX_ROTATIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue