summaryrefslogtreecommitdiffstats
path: root/tests/languages/ruby_test.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:33:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 05:33:24 +0000
commitb0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e (patch)
treeda8add9478f5d2ce59a5179e85f6b4c15c395964 /tests/languages/ruby_test.py
parentReleasing debian version 3.7.0-1. (diff)
downloadpre-commit-b0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e.tar.xz
pre-commit-b0bcd1c3ad465da1d50bc47dd6afc8a77c21a85e.zip
Merging upstream version 3.7.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/languages/ruby_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/languages/ruby_test.py b/tests/languages/ruby_test.py
index 6397a43..5d767b2 100644
--- a/tests/languages/ruby_test.py
+++ b/tests/languages/ruby_test.py
@@ -91,8 +91,8 @@ def test_ruby_additional_deps(tmp_path):
tmp_path,
ruby,
'ruby -e',
- args=('require "tins"',),
- deps=('tins',),
+ args=('require "jmespath"',),
+ deps=('jmespath',),
)
assert ret == (0, b'')