Skip to content

Commit

Permalink
feat(back-end): fix broken filepath in test
Browse files Browse the repository at this point in the history
  • Loading branch information
MyStackOverflows committed Nov 14, 2023
1 parent d89380b commit 412487c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/video-processing/test_video_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class VideoProcessorTest(unittest.TestCase):

def setUp(self):
self.vp = VideoProcessor()
self.video_path = "./app/video-processing/resources/test.mp4"
self.video_path = "resources/test.mp4"
# hard-coded test values i retrieved from ffprobe for this ^ video
self.fps = 25
self.width = 1280
Expand Down

0 comments on commit 412487c

Please sign in to comment.