Skip to content

Commit d5ebc52

Browse files
committed
Fix type error for test
1 parent 45643fc commit d5ebc52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def _run_uninstaller_msi(
518518
cmd=cmd,
519519
returncode=e.returncode,
520520
msi_log=log_path,
521-
post_install_log=pre_uninstall_log,
521+
pre_uninstall_log=pre_uninstall_log,
522522
),
523523
original_exception=e,
524524
)

0 commit comments

Comments
 (0)