mirror of
https://github.com/mvt-project/mvt.git
synced 2026-07-05 04:27:56 +02:00
Continuing enforcement of line length and simplifying date conversions
This commit is contained in:
@@ -14,6 +14,7 @@ class TestDumpsysParsing:
|
||||
file = get_artifact("android_data/dumpsys_appops.txt")
|
||||
with open(file) as f:
|
||||
data = f.read()
|
||||
|
||||
res = parse_dumpsys_appops(data)
|
||||
|
||||
assert len(res) == 12
|
||||
|
||||
Reference in New Issue
Block a user