Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelecerati committed Jul 25, 2024
1 parent e07531c commit 6ed866a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thumbnails/thumbnails_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ keyframes_2.png
for _, file := range files {
data, err := ffprobe.ProbeURL(context.Background(), file)
require.NoError(t, err)
require.Equal(t, "image2", data.Format.FormatName)
require.Equal(t, "png_pipe", data.Format.FormatName)
require.NotNil(t, data.FirstVideoStream())
require.Equal(t, 853, data.FirstVideoStream().Width)
require.Equal(t, 480, data.FirstVideoStream().Height)
Expand Down

0 comments on commit 6ed866a

Please sign in to comment.