From 0689a0781d5cb726065c4959da147d7779312723 Mon Sep 17 00:00:00 2001 From: Jacobtread Date: Wed, 22 May 2024 21:07:07 +1200 Subject: [PATCH] fix: mock process name on windows Missed one --- tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_test.rs b/tests/integration_test.rs index 10a49b8..bbe4ef0 100644 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -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