From b25356d2fa41f68529189c53d3590939677aae04 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 5 Feb 2021 17:21:26 -0500 Subject: [PATCH] Fix tests --- tests/unit/containers/test_dynamic_py2_py3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/containers/test_dynamic_py2_py3.py b/tests/unit/containers/test_dynamic_py2_py3.py index 0a828cc1..f0ca2a55 100644 --- a/tests/unit/containers/test_dynamic_py2_py3.py +++ b/tests/unit/containers/test_dynamic_py2_py3.py @@ -288,7 +288,7 @@ class DeclarativeContainerInstanceTests(unittest.TestCase): self.assertEqual(_init2.init_counter, 2) self.assertEqual(_init2.shutdown_counter, 2) - def reset_singletons(self): + def test_reset_singletons(self): class SubSubContainer(containers.DeclarativeContainer): singleton = providers.Singleton(object)