Skip to content

Commit

Permalink
fix: Format style
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro authored and Megan Wilhite committed Oct 3, 2022
1 parent a0219ef commit 96902c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/pytests/unit/modules/test_mac_brew_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,9 @@ def test_info_installed(HOMEBREW_BIN):
},
):
assert (
mac_brew.info_installed("cdalvaro/tap/salt", "vim", "visual-studio-code")
mac_brew.info_installed(
"cdalvaro/tap/salt", "vim", "visual-studio-code"
)
== _expected
)

Expand Down Expand Up @@ -951,4 +953,6 @@ def test_list_upgrades(HOMEBREW_BIN):
"cmd.run": mock_cmd,
},
):
assert mac_brew.list_upgrades(refresh=False, include_casks=True) == _expected
assert (
mac_brew.list_upgrades(refresh=False, include_casks=True) == _expected
)

0 comments on commit 96902c3

Please sign in to comment.