Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Aug 15, 2023
1 parent fb8c4c0 commit 69869c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func TestGetStream(t *testing.T) {

reader, size, err := testClient.GetStreamContext(ctx, video, &video.Formats[0])
require.NoError(err)
assert.EqualValues(2208750, size)
assert.EqualValues(988479, size)

data, err := io.ReadAll(reader)
require.NoError(err)
Expand Down

0 comments on commit 69869c3

Please sign in to comment.