remove test file and add the check

This commit is contained in:
Laurentiu Ilie 2020-07-23 16:27:41 +02:00
parent c0553ce489
commit 08f64c4145
2 changed files with 6 additions and 2 deletions

View file

@ -21,7 +21,6 @@ func TestDeterminateImageType(t *testing.T) {
{"test.jp2", MAGICK},
{"test.heic", HEIF},
{"test2.heic", HEIF},
{"C001.heic", HEIF},
}
for _, file := range files {