Skip to content

Commit

Permalink
Fix bad number of trackes
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Mar 16, 2018
1 parent 770c86c commit 8fa8c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exodus_core/analysis/test_exodus_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_embedded_trackers(self):
# HSBC
trackers = list_trackers('./apks/hsbc.apk')
self.assertIsNotNone(trackers)
self.assertEqual(len(trackers), 1)
self.assertEqual(len(trackers), 2)

def test_version_code(self):
# Briar
Expand Down

0 comments on commit 8fa8c00

Please sign in to comment.