This commit is contained in:
Kenneth Kehl
2024-11-15 10:57:19 -08:00
parent 5f4da49952
commit 98ee86fcb5

View File

@@ -238,7 +238,7 @@ def test_create_nightly_billing_for_day_different_templates(
records = (
db.session.execute(select(FactBilling).order_by("rate_multiplier"))
.query()
.scalars()
.all()
)
assert len(records) == 2