Skip to content

Commit 4996695

Browse files
committed
updated names
1 parent 291cd50 commit 4996695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# To enable this hook, rename this file to "pre-commit".
99

10-
pytest test_pre_commit.py
10+
pytest test_local_executables_updated.py
1111
if [[ $? -ne 0 ]]; then
1212
echo "Please update your firefox/geckodriver!"
1313
exit 1

test_local_executables_updated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def suite_id():
1919
return ("-1", "None")
2020

2121

22-
def test_pre_commit(driver: Firefox, version):
22+
def test_local_executables_updated(driver: Firefox, version):
2323
"""
2424
Test if the local firefox and geckodriver version are up-to-date.
2525
"""

0 commit comments

Comments
 (0)