Fixed tests

This commit is contained in:
obscuren
2014-12-10 10:57:19 +01:00
parent 3308491c92
commit 1fb84d3c5f
4 changed files with 4 additions and 175 deletions

View File

@ -43,7 +43,7 @@ func TestEncodeDecodeMsg(t *testing.T) {
}
var data struct {
I int
I uint
S string
}
if err := decmsg.Decode(&data); err != nil {