Skip to content

Commit 4bbf961

Browse files
committed
flake8 fix
1 parent 9af16a7 commit 4bbf961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/recipes/test_python3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_build_arch(
109109
)
110110
mock_open_zlib.assert_called()
111111
self.assertEqual(mock_make.call_count, 2)
112-
make_call, kw = mock_make.call_args_list[0]
112+
make_call, kw = mock_make.call_args_list[0]
113113
self.assertIn(
114114
f'INSTSONAME={self.recipe._libpython}', make_call
115115
)

0 commit comments

Comments
 (0)