mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -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.commit()
|
||||
|
||||
|
||||
@@ -80,4 +80,3 @@ def test__update_fact_notification_status_updates_row(notify_db_session):
|
||||
).all()
|
||||
assert len(updated_fact_data) == 1
|
||||
assert updated_fact_data[0].notification_count == 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user