Fixing newlines

This commit is contained in:
Nex
2022-06-17 17:07:36 +02:00
parent dd230c2407
commit 444ecf032d
13 changed files with 12 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ from ..utils import get_ios_backup_folder
class TestDatausageModule:
def test_datausage(self):
m = Datausage(target_path=get_ios_backup_folder(), log=logging, results=[])
run_module(m)