fix - view spend per user

This commit is contained in:
Ishaan Jaff 2024-04-18 20:23:04 -07:00
parent e95e7fde65
commit 5b55900d8e

View file

@ -1554,7 +1554,7 @@ async def test_view_spend_per_user(prisma_client):
first_user = user_by_spend[0]
print("\nfirst_user=", first_user)
assert first_user.spend > 0
assert first_user["spend"] > 0
except Exception as e:
print("Got Exception", e)
pytest.fail(f"Got exception {e}")