mirror of
https://github.com/soypat/lneto.git
synced 2026-09-09 00:09:08 +00:00
begin testing tcp listener (not working)
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ func TestFrame(t *testing.T) {
|
||||
wantDst := *dst
|
||||
ifrm.ValidateExceptCRC(v)
|
||||
ifrm.ValidateSize(v)
|
||||
if v.Err() != nil {
|
||||
t.Error(v.Err())
|
||||
if v.ErrPop() != nil {
|
||||
t.Error(v.ErrPop())
|
||||
}
|
||||
|
||||
// OPTION+PAYLOAD VALIDATION:
|
||||
|
||||
Reference in New Issue
Block a user