test(backups): reenable snapshot testing

pull/35/head
Houkime 2023-02-22 10:25:51 +00:00 committed by Inex Code
parent 228eab44bb
commit a0a32a7f37
1 changed files with 3 additions and 3 deletions

View File

@ -98,6 +98,6 @@ def test_no_repo(memory_backup):
assert memory_backup.backuper.get_snapshots("") == []
# def test_one_snapshot(backups, dummy_service):
# backups.back_up(dummy_service)
# assert len(backups.get_snapshots(dummy_service)) == 1
def test_one_snapshot(backups, dummy_service):
backups.back_up(dummy_service)
assert len(backups.get_snapshots(dummy_service)) == 1