Skip to content

Commit 423ca0c

Browse files
committed
assert called with resulting ssh path
1 parent 12cf3ec commit 423ca0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ describe('pathFind', function () {
4949
const path = await pathFinder.findSshPath()
5050
assert.ok(path)
5151
assert.ok(tryRunStub.calledOnce)
52+
assert.ok(tryRunStub.calledWith(path))
5253
})
5354
})

0 commit comments

Comments
 (0)