mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
more
This commit is contained in:
@@ -238,7 +238,7 @@ def test_create_nightly_billing_for_day_different_templates(
|
|||||||
|
|
||||||
records = (
|
records = (
|
||||||
db.session.execute(select(FactBilling).order_by("rate_multiplier"))
|
db.session.execute(select(FactBilling).order_by("rate_multiplier"))
|
||||||
.query()
|
.scalars()
|
||||||
.all()
|
.all()
|
||||||
)
|
)
|
||||||
assert len(records) == 2
|
assert len(records) == 2
|
||||||
|
|||||||
Reference in New Issue
Block a user