Skip to content

Commit 22a2bcd

Browse files
committed
chore: change test name
1 parent e34638e commit 22a2bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_load_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
@pytest.mark.parametrize("input_path, expected", load_image_param)
28-
def test_load_image_cases(input_path, expected, user_filesystem):
28+
def test_load_image(input_path, expected, user_filesystem):
2929
home_dir = user_filesystem["home"]
3030
cwd_dir = user_filesystem["cwd"]
3131
os.chdir(cwd_dir)

0 commit comments

Comments
 (0)