Skip to content

Commit d87d01c

Browse files
committed
Fix tests
1 parent 7638465 commit d87d01c

File tree

3 files changed

+71
-54
lines changed

3 files changed

+71
-54
lines changed

package-lock.json

+69-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"@typescript-eslint/parser": "^6.19.1",
184184
"@vscode/test-electron": "^2.3.9",
185185
"@vscode/vsce": "^2.23.0",
186-
"chai": "^5.0.3",
186+
"chai": "^4.3.10",
187187
"eslint": "^8.56.0",
188188
"glob": "^10.3.10",
189189
"mocha": "^10.2.0",

src/test/python_tests/test_path_specialization.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Test for path and interpreter settings.
33
"""
4+
45
import copy
56

67
from hamcrest import assert_that, is_

0 commit comments

Comments
 (0)