From 45d04d8e6ed0bb6503fa50d52ea96c1da3ae4f87 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 23 Oct 2020 16:23:06 -0400 Subject: [PATCH] Rename dict provider test --- tests/unit/providers/test_dict_py2_py3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/providers/test_dict_py2_py3.py b/tests/unit/providers/test_dict_py2_py3.py index cffd0c03..2d446240 100644 --- a/tests/unit/providers/test_dict_py2_py3.py +++ b/tests/unit/providers/test_dict_py2_py3.py @@ -93,7 +93,7 @@ class DictTests(unittest.TestCase): self.assertIs(provider_copy, provider_copy_memo) - def test_deepcopy_args(self): + def test_deepcopy_kwargs(self): provider = providers.Dict() dependent_provider1 = providers.Factory(list) dependent_provider2 = providers.Factory(dict)