Update test_wave_parsing.py

Removed absolute path to ffprobe
This commit is contained in:
Jamie Hardt
2019-01-03 11:32:41 -08:00
parent b20c5dd1bd
commit b7d9f6758d

View File

@@ -7,7 +7,7 @@ from unittest import TestCase
import wavinfo
FFPROBE='/usr/local/bin/ffprobe'
FFPROBE='ffprobe'
def ffprobe(path):