Skip to content

Commit 891f9e1

Browse files
Merge master into feature/q-dev-execution
2 parents 743e5cb + 1ca1501 commit 891f9e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/test/shared/utilities/pathFind.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ describe('pathFind', function () {
6262
const fakeSshPath = path.join(workspace.uri.fsPath, `ssh`)
6363

6464
process.env.PATH = workspace.uri.fsPath
65-
const firstResult = await findSshPath(false)
6665

6766
await testutil.createExecutableFile(fakeSshPath, '')
6867

6968
const secondResult = await findSshPath(false)
7069

71-
assert.notStrictEqual(firstResult, secondResult)
7270
assert.strictEqual(secondResult, 'ssh')
7371
})
7472

0 commit comments

Comments
 (0)