Skip to content

Commit cb394eb

Browse files
committed
resolve comment
1 parent e9f3dc2 commit cb394eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/codec/vpx/vpx_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,7 @@ func TestVP8EncodeDecode(t *testing.T) {
512512
}
513513
}
514514
writer.Close()
515-
516-
// ✅ wait until decoder goroutine is done
517515
wg.Wait()
518-
assert.Equal(t, counter, totalFrames)
516+
assert.Equal(t, totalFrames, counter)
519517
})
520518
}

0 commit comments

Comments
 (0)