Skip to content

Commit f79bc6a

Browse files
Update tests/bss_web_file_server/services/test_image.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 721629e commit f79bc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bss_web_file_server/services/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from bss_web_file_server.services.image import ImgFormat, create_images
44

55

6-
def test_create_iamges(tmp_path):
6+
def test_create_images(tmp_path):
77
img_file = Path(__file__).parent.joinpath("mountains.jpg").read_bytes()
88
image_sizes = [
99
ImgFormat(300, 300, "large"),

0 commit comments

Comments
 (0)