Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy authored and Megan Wilhite committed Nov 22, 2022
1 parent a3619a4 commit 622d2cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/pytests/unit/modules/test_win_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ def test_pkg_install_log_message(caplog):
"cp.is_cached": MagicMock(return_value="C:\\fake\\path.exe"),
"cmd.run_all": mock_cmd_run_all,
},
), caplog.at_level(logging.DEBUG):
), caplog.at_level(
logging.DEBUG
):
win_pkg.install(
pkgs=["firebox"],
version="3.03",
Expand Down

0 comments on commit 622d2cd

Please sign in to comment.