Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerator committed Jul 1, 2019
1 parent 99c6245 commit ba70358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('nodePython', () => {
})

it('failed eval should return -1', () => {
let response = nodePython.eval('impor randommodulethatshouldnotexist11')
let response = nodePython.eval('import randommodulethatshouldnotexist11')
expect(response).to.equal(-1)
})
})
Expand Down

0 comments on commit ba70358

Please sign in to comment.