Skip to content

Commit 673f058

Browse files
committed
fix tests
1 parent 787fb0f commit 673f058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ test.before(async () => {
1212

1313
switch (process.platform) {
1414
case 'linux':
15-
pathToBinary = path.join(__dirname, '../dist/linux-unpacked/HyperTerm');
15+
pathToBinary = path.join(__dirname, '../dist/linux-unpacked/Hyper');
1616
break;
1717

1818
case 'darwin':
19-
pathToBinary = path.join(__dirname, '../dist/mac/HyperTerm.app/Contents/MacOS/HyperTerm');
19+
pathToBinary = path.join(__dirname, '../dist/mac/Hyper.app/Contents/MacOS/Hyper');
2020
break;
2121

2222
default:

0 commit comments

Comments
 (0)