mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Fix codestyle
This commit is contained in:
@@ -73,4 +73,3 @@ def update_fact_notification_status(data, process_day):
|
|||||||
)
|
)
|
||||||
db.session.connection().execute(stmt)
|
db.session.connection().execute(stmt)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
|
||||||
|
|||||||
@@ -80,4 +80,3 @@ def test__update_fact_notification_status_updates_row(notify_db_session):
|
|||||||
).all()
|
).all()
|
||||||
assert len(updated_fact_data) == 1
|
assert len(updated_fact_data) == 1
|
||||||
assert updated_fact_data[0].notification_count == 2
|
assert updated_fact_data[0].notification_count == 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user