We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d702c4 + 7ffd2e8 commit 0f4877fCopy full SHA for 0f4877f
tests/unit/services/test_pricing.py
@@ -68,6 +68,7 @@ async def test_get_pricing_aggregate(mock_client):
68
storage_price = storage_entity.price["storage"]
69
assert isinstance(storage_price, Price) # Add type assertion for mypy
70
assert storage_price.holding == Decimal("0.333333333")
71
+
72
# Check program entity has correct compute unit details
73
program_entity = result[PricingEntity.PROGRAM]
74
assert isinstance(program_entity, PricingPerEntity)
0 commit comments