Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Oct 6, 2016
1 parent 787fb0f commit 673f058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ test.before(async () => {

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

case 'darwin':
pathToBinary = path.join(__dirname, '../dist/mac/HyperTerm.app/Contents/MacOS/HyperTerm');
pathToBinary = path.join(__dirname, '../dist/mac/Hyper.app/Contents/MacOS/Hyper');
break;

default:
Expand Down

0 comments on commit 673f058

Please sign in to comment.