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