Skip to content

Commit

Permalink
fix(test): corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
artemv committed Nov 12, 2018
1 parent 5aa6d89 commit fcad050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe 'node-auto-launch', ->

if isLinux
it 'should use name option', (done) ->
expect(autoLaunch.name).to.equal 'node-auto-launch test'
expect(autoLaunch.opts.appName).to.equal 'node-auto-launch test'
done()
return

Expand Down

0 comments on commit fcad050

Please sign in to comment.