mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
minor codestyle fixes for tests
This commit is contained in:
parent
aad431aa62
commit
911117f5a7
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user