rename tests

This commit is contained in:
aler9
2021-05-26 20:37:18 +02:00
parent 41eec87259
commit f908a15a1e
13 changed files with 15 additions and 15 deletions

View File

@@ -264,7 +264,7 @@ func TestResponseReadIgnoreFrames(t *testing.T) {
require.NoError(t, err)
}
func TestResponseReadIgnoreFramesError(t *testing.T) {
func TestResponseReadIgnoreFramesErrors(t *testing.T) {
byts := []byte{0x25}
rb := bufio.NewReader(bytes.NewBuffer(byts))