improve tests (#742)

This commit is contained in:
Alessandro Ros
2025-03-27 11:56:51 +01:00
committed by GitHub
parent abef977ad5
commit d59d7c48b4
3 changed files with 76 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ func TestDecode(t *testing.T) {
}
}
func TestDecoderErrorLimit(t *testing.T) {
func TestDecoderErrorOBUCount(t *testing.T) {
d := &Decoder{}
err := d.Init()
require.NoError(t, err)