From 49f2cd65e45a4fc6b34bc0019747d3aa9f72b30c Mon Sep 17 00:00:00 2001 From: Subrahmanyam Mandavilli Date: Sat, 12 Dec 2015 12:35:34 +0530 Subject: [PATCH] Removed unnecessary comment --- tests/vmOperations/vmOperationsTests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/vmOperations/vmOperationsTests.ts b/tests/vmOperations/vmOperationsTests.ts index e1ffd8b..2b2cf1b 100644 --- a/tests/vmOperations/vmOperationsTests.ts +++ b/tests/vmOperations/vmOperationsTests.ts @@ -179,7 +179,6 @@ describe("runMain", (): void => { }).done(done); }); - // Should not log telemetry point if the error message does not have line break (\n) it("Should exit with 1 and log telemetry point for expected failure in command line tool", (done): void => { getInputStub.withArgs("action", true).returns(actionName); getCmdCommonArgsStub.returns(commonArgs);