Skip to content

Commit 4f571e7

Browse files
Fix test_require_node_modules_without_jsmodules:
Add missing node_package fixture arg
1 parent 967a7f6 commit 4f571e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_setup_keywords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_require_node_modules_with_wrong_keyword():
2121
require_node_modules(dist=None, keyword='wrong')
2222

2323

24-
def test_require_node_modules_without_jsmodules():
24+
def test_require_node_modules_without_jsmodules(node_package):
2525
node_package_dir = nodely.NODE_MODULES_DIR / node_package
2626
nodely.uninstall(node_package)
2727
node_package_dir_content = node_package_dir.listdir()

0 commit comments

Comments
 (0)