mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
chore: add test.webp image and update image conversion tests to include webp format
This commit is contained in:
BIN
worker/test/resource/test.webp
Normal file
BIN
worker/test/resource/test.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@@ -73,6 +73,8 @@ func TestConvertImageWithMagickA2B(t *testing.T) {
|
||||
{"png", "jpg"},
|
||||
{"jpg", "webp"},
|
||||
{"png", "webp"},
|
||||
{"webp", "jpg"},
|
||||
{"webp", "png"},
|
||||
}
|
||||
_, self, _, _ := runtime.Caller(0)
|
||||
for _, test := range testList {
|
||||
|
||||
Reference in New Issue
Block a user