fix test
This commit is contained in:
parent
830248b6ae
commit
2de3ddff08
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue