Skip to content

Commit 18d7dfb

Browse files
danieleadestk0miya
andauthored
Update tests/test_ext_napoleon.py
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
1 parent 99f905b commit 18d7dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ext_napoleon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_unknown_app_type(self):
101101
def test_add_config_values(self):
102102
app = mock.Mock(Sphinx)
103103
setup(app)
104-
for name in Config._config_values.keys():
104+
for name in Config._config_values:
105105
has_config = False
106106
for method_name, args, _kwargs in app.method_calls:
107107
if(method_name == 'add_config_value' and

0 commit comments

Comments
 (0)