From 1a57ef03c826c6c9fbfa01125a44b639163140dc Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Fri, 21 Aug 2015 16:06:12 +0100 Subject: [PATCH] Removed additional assert --- tests/rules/test_rm_dir.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/rules/test_rm_dir.py b/tests/rules/test_rm_dir.py index 23ca81f..ae8c92f 100644 --- a/tests/rules/test_rm_dir.py +++ b/tests/rules/test_rm_dir.py @@ -11,7 +11,6 @@ from tests.utils import Command ]) def test_match(command): assert match(command, None) - assert match(command, None) @pytest.mark.parametrize('command', [