Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
larkee committed Feb 5, 2021
1 parent 2d3f566 commit d2579ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/system/test_system.py
Expand Up @@ -724,7 +724,9 @@ def test_backup_workflow(self):
self.to_drop.append(database)
operation = database.restore(source=backup)
restored_db = operation.result()
self.assertEqual(self.database_version_time, restored_db.restore_info.backup_info.create_time)
self.assertEqual(
self.database_version_time, restored_db.restore_info.backup_info.create_time
)

metadata = operation.metadata
self.assertEqual(self.database_version_time, metadata.backup_info.create_time)
Expand Down

0 comments on commit d2579ed

Please sign in to comment.