Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
Fix test removal of data
Browse files Browse the repository at this point in the history
  • Loading branch information
d3ming committed Dec 9, 2015
1 parent 5ddadcb commit 8071cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tagcompare/test/test_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def compare_configs(pathbuilder, configs):
expected_errors=0, expected_total=4, expected_skips=0)
__test_compare_configs(pb, configs=["chrome", "firefox"],
expected_errors=3, expected_total=4, expected_skips=0)
pb.rmbuild()


def __test_compare_configs(pb, configs, expected_errors, expected_total, expected_skips):
Expand Down

0 comments on commit 8071cee

Please sign in to comment.