Skip to content

Commit cf0361b

Browse files
committed
Update message in test
1 parent 7a9491c commit cf0361b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration-tests/testexplorer/TestExplorerIntegration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ suite("Test Explorer Suite", function () {
541541
const initialTokenSource = new vscode.CancellationTokenSource();
542542
const secondRunTokenSource = new vscode.CancellationTokenSource();
543543

544-
mockWindow.showInformationMessage.resolves("Cancel Running Test" as any);
544+
mockWindow.showInformationMessage.resolves("Replace Running Test" as any);
545545

546546
const testRunPromise = eventPromise(testExplorer.onCreateTestRun);
547547

0 commit comments

Comments
 (0)