Skip to content

Commit

Permalink
fixed black
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando79513 committed Sep 17, 2024
1 parent 225012c commit 3de2c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def test_usb_storage_parse_journal_line(self):
mock_usb_storage = MagicMock()
USBStorage._parse_journal_line(mock_usb_storage, line_str)
self.assertEqual(mock_usb_storage.action, "insertion")

line_str = "USB disconnect, device"
mock_usb_storage = MagicMock()
USBStorage._parse_journal_line(mock_usb_storage, line_str)
Expand Down

0 comments on commit 3de2c38

Please sign in to comment.