Skip to content

Commit

Permalink
fix: mock process name on windows
Browse files Browse the repository at this point in the history
Missed one
  • Loading branch information
jacobtread committed May 22, 2024
1 parent 4fdb1c1 commit 0689a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn test_signal_handling() {
.assert()
.success()
.stdout(format!(
"Successfully killed process 'mock_process' listening on port 8081\n"
"Successfully killed process '{MOCK_PROCESS_NAME}' listening on port 8081\n"
));

// Clean up
Expand Down

0 comments on commit 0689a07

Please sign in to comment.