resolve comment

This commit is contained in:
Lei Kang
2025-09-17 16:46:35 -07:00
committed by Leo (Lei) Kang
parent e9f3dc20b6
commit cb394eb4c5

View File

@@ -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)
})
}