Skip to content

Commit

Permalink
Fix desktop trampoline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Oct 16, 2024
1 parent d2b3ad2 commit bb53e15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"to_build": false
},
"desktop-trampoline": {
"version": "33.0.0-0.9.10",
"version": "33.0.1-0.9.10",
"napi": false,
"prebuild_install": true,
"prebuilds_as_npm_packages": false,
Expand Down
4 changes: 2 additions & 2 deletions test/loadDesktopTrampoline.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import { expect } from 'chai';
import { stat, access } from 'fs/promises';
import { constants } from 'fs';

import { getDesktopTrampolinePath, getSSHWrapperPath } from '@hackolade/desktop-trampoline';
import { getDesktopAskpassTrampolinePath, getSSHWrapperPath } from '@hackolade/desktop-trampoline';

describe('desktop trampoline', async function () {
this.timeout(10000);

const trampolinePath = getDesktopTrampolinePath();
const trampolinePath = getDesktopAskpassTrampolinePath();
const sshWrapperPath = getSSHWrapperPath();

const testPathExec = async path => {
Expand Down

0 comments on commit bb53e15

Please sign in to comment.