Skip to content

Commit

Permalink
test-find-python.js: Update # of expected tests
Browse files Browse the repository at this point in the history
We deleted one.
  • Loading branch information
DeeDeeG committed May 15, 2020
1 parent 3fca1fe commit ee90b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-find-python.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ test('find python - no python2, no python, unix', function (t) {
})

test('find python - no python, use python launcher', function (t) {
t.plan(4)
t.plan(3)

var f = new TestPythonFinder(null, done)
f.win = true
Expand Down

0 comments on commit ee90b5c

Please sign in to comment.