We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4c6da commit 5c3d006Copy full SHA for 5c3d006
1 file changed
tests/languages/ruby_test.py
@@ -91,8 +91,8 @@ def test_ruby_additional_deps(tmp_path):
91
tmp_path,
92
ruby,
93
'ruby -e',
94
- args=('require "tins"',),
95
- deps=('tins',),
+ args=('require "jmespath"',),
+ deps=('jmespath',),
96
)
97
assert ret == (0, b'')
98
0 commit comments