From ee90b5c5cf7f262c1b0c852e58d5fa419b0d4207 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Fri, 15 May 2020 14:43:24 -0400 Subject: [PATCH] test-find-python.js: Update # of expected tests We deleted one. --- test/test-find-python.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-find-python.js b/test/test-find-python.js index 0a3636fed6..6be887f7eb 100644 --- a/test/test-find-python.js +++ b/test/test-find-python.js @@ -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