Skip to content

Commit

Permalink
updates changes in filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
joeywwwu committed Jan 19, 2024
1 parent beffaec commit 83d3afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_read_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 83d3afe

Please sign in to comment.