Skip to content

Commit f807bd7

Browse files
niiksergiou87
andcommitted
Fix import
Co-Authored-By: Sergio Padrino <[email protected]>
1 parent 50ae7d8 commit f807bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/desktop-trampoline.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ const { stat, access } = require('fs').promises
22
const { constants } = require('fs')
33
const { execFile } = require('child_process')
44
const { promisify } = require('util')
5-
const { getDesktopTrampolinePath } = require('../index')
5+
const { getDesktopAskpassTrampolinePath } = require('../index')
66
const split2 = require('split2')
77
const { createServer } = require('net')
88

9-
const trampolinePath = getDesktopTrampolinePath()
9+
const trampolinePath = getDesktopAskpassTrampolinePath()
1010
const run = promisify(execFile)
1111

1212
describe('desktop-trampoline', () => {

0 commit comments

Comments
 (0)