Skip to content

Commit 085728e

Browse files
committed
Fix import
1 parent 3a4e8d5 commit 085728e

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)