diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:33:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 05:33:21 +0000 |
commit | c18199f8c50affbb6297fd3a68901ea581b77582 (patch) | |
tree | 7a3a50e585f2f550438fad4b8c7a26a0ea374c23 /tests/languages/ruby_test.py | |
parent | Adding upstream version 3.7.0. (diff) | |
download | pre-commit-c18199f8c50affbb6297fd3a68901ea581b77582.tar.xz pre-commit-c18199f8c50affbb6297fd3a68901ea581b77582.zip |
Adding upstream version 3.7.1.upstream/3.7.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/languages/ruby_test.py')
-rw-r--r-- | tests/languages/ruby_test.py | 4 |
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'') |