From 478677345233a9f24b4fd0335d2094e91917e6eb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 24 Nov 2014 22:53:07 -0500 Subject: Cleanups from pull request 42 --- tests/test_files.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_files.py') diff --git a/tests/test_files.py b/tests/test_files.py index f6976a81..6c5a332d 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -84,7 +84,6 @@ class MatcherTest(CoverageTest): def test_module_matcher(self): matches_to_try = [ - ('test', True), ('test', True), ('trash', False), ('testing', False), -- cgit v1.2.1