This commit is contained in:
Nazar Kanaev 2022-02-12 23:41:01 +00:00
parent 830248b6ae
commit 2de3ddff08

View File

@ -34,7 +34,7 @@ func TestSniff(t *testing.T) {
},
}
for _, testcase := range testcases {
have, _ := sniff(testcase[0])
have, _, _ := sniff(testcase[0])
want := testcase[1]
if want != have {
t.Log(testcase[0])