mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-26 20:41:46 +08:00
resolve comment
This commit is contained in:
@@ -512,9 +512,7 @@ func TestVP8EncodeDecode(t *testing.T) {
|
||||
}
|
||||
}
|
||||
writer.Close()
|
||||
|
||||
// ✅ wait until decoder goroutine is done
|
||||
wg.Wait()
|
||||
assert.Equal(t, counter, totalFrames)
|
||||
assert.Equal(t, totalFrames, counter)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user