diff --git a/test/E2ETests/SmokeTests.cs b/test/E2ETests/SmokeTests.cs index 91ddf4ac96..692947343a 100644 --- a/test/E2ETests/SmokeTests.cs +++ b/test/E2ETests/SmokeTests.cs @@ -106,7 +106,7 @@ namespace E2ETests } finally { - if (hostProcess != null & !hostProcess.HasExited) + if (hostProcess != null && !hostProcess.HasExited) { //Shutdown the host process hostProcess.Kill();