We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deddaf2 commit b287f19Copy full SHA for b287f19
1 file changed
services/matcher_test.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
func TestGetFileInfo(t *testing.T) {
8
- fileInfo := GetFileInfo("1988_example_video_S01E01_720p_h.264.mp4", "/path/to/video/")
+ fileInfo := GetFileInfo("1988_example_video_S01E01_720p_h.264.mp4")
9
if fileInfo.Year != "1988" {
10
t.Errorf("Expected empty year, got '%s'", fileInfo.Year)
11
}
0 commit comments