Skip to content

Commit a16515e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bcd9b22 commit a16515e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/ui/menu/test_data_menu.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ def test_print_content_with_data(self, mock_render_data, mock_fetch_data):
2626

2727
@patch.object(ConcreteDataDisplayMenu, "_fetch_data", return_value=None)
2828
@patch.object(ConcreteDataDisplayMenu, "_render_data")
29-
def test_print_content_without_data(
30-
self, mock_render_data, mock_fetch_data
31-
):
29+
def test_print_content_without_data(self, mock_render_data, mock_fetch_data):
3230
with patch("builtins.print") as mock_print:
3331
self.data_menu._print_content()
3432
mock_fetch_data.assert_called()

0 commit comments

Comments
 (0)