generate animated thumbnails for animated gifs
This commit is contained in:
@@ -14,7 +14,7 @@ func TestEncoderForType(t *testing.T) {
|
||||
}
|
||||
|
||||
for k, v := range table {
|
||||
e := EncoderForType(k)
|
||||
e, _ := EncoderForType(k)
|
||||
if e != v {
|
||||
t.Fail()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user