diff --git a/tests/test_read_image.py b/tests/test_read_image.py index 8eb23e7..6d72296 100644 --- a/tests/test_read_image.py +++ b/tests/test_read_image.py @@ -6,8 +6,8 @@ from src.hexdropper.read_image import read_image # Test data -filepath_cropped_image_jpg = "tests\\images\\cropped_img.jpg" -filepath_uncropped_image_png = "tests\\images\\uncropped_img.png" +filepath_cropped_image_jpg = "tests/images/cropped_img.jpg" +filepath_uncropped_image_png = "tests/images/uncropped_img.png" empty_filepath = "" invalid_filepath = "C:\not\a\file"