diff --git a/src/client/unittests/common/baseTestManager.ts b/src/client/unittests/common/baseTestManager.ts index c31935f377c1..a071854af4ef 100644 --- a/src/client/unittests/common/baseTestManager.ts +++ b/src/client/unittests/common/baseTestManager.ts @@ -109,7 +109,7 @@ export abstract class BaseTestManager { } }); if (haveErrorsInDiscovering && !quietMode) { - displayTestErrorMessage('There were some errors in disovering unit tests'); + displayTestErrorMessage('There were some errors in discovering unit tests'); } storeDiscoveredTests(tests); this.disposeCancellationToken(CancellationTokenType.testDicovery);