diff --git a/tests/test_injections.py b/tests/test_injections.py index 7fecdb34..b084b04e 100644 --- a/tests/test_injections.py +++ b/tests/test_injections.py @@ -18,4 +18,3 @@ class InjectionTest(unittest.TestCase): """Test Injection value property.""" injection = Injection('some_arg_name', 'some_value') self.assertEqual(injection.value, 'some_value') -