This commit is contained in:
Sebastian Sosa 2025-04-24 00:58:04 -07:00 committed by GitHub
commit 6b5fe178bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ async def test_view_daily_spend_ui(prisma_client):
print("total_spend_for_internal_user=", internal_user_total_spend)
assert (
admin_total_spend > internal_user_total_spend
admin_total_spend >= internal_user_total_spend
), "Admin should have more spend than internal user"