Skip to content

Commit

Permalink
Formatted pipewire utils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando79513 committed Apr 16, 2024
1 parent 59d0798 commit 665a09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/tests/test_pipewire_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,6 @@ def test_not_match(self, mock_wp_status, mock_open):
with self.assertRaises(SystemExit):
pt.compare_wpctl_status("s1", "s2")


@patch("builtins.open", read_data=[])
@patch("pipewire_utils.PipewireTest._sort_wpctl_status")
def test_missing_lines(self, mock_wp_status, mock_open):
Expand All @@ -895,6 +894,7 @@ def test_missing_lines(self, mock_wp_status, mock_open):
with self.assertRaises(SystemExit):
pt.compare_wpctl_status("s1", "s2")


class ArgsParsingTests(unittest.TestCase):
def test_success(self):
pt = PipewireTest()
Expand Down

0 comments on commit 665a09f

Please sign in to comment.