Skip to content

Commit

Permalink
Increase test coverage on framing packets
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Dec 14, 2013
1 parent 26f0a7e commit d50b96a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func TestPktEncoding(t *testing.T) {
t.Errorf("Error encoding %v\nExpected:\n%#v\nGot:\n%#v",
test.pkt, test.exp, got)
}
t.Logf("Packet: %v", test.pkt)
}
}

Expand Down

0 comments on commit d50b96a

Please sign in to comment.