Fix issues with failing tests on darwin (#7042)

This commit is contained in:
Steven Soroka
2020-02-18 19:13:54 -05:00
committed by GitHub
parent 397a04aa32
commit 8b3bd2585d
6 changed files with 15 additions and 9 deletions

View File

@@ -17,11 +17,6 @@ import (
func getTestCasesForRFC5426() []testCasePacket {
testCases := []testCasePacket{
{
name: "empty",
data: []byte(""),
werr: true,
},
{
name: "complete",
data: []byte("<1>1 - - - - - - A"),