This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
protocol/packet: renme decoder test
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
bboozzoo/golang
Maciek Borzecki
7 years ago
parent
f8a3638203
commit
a38a88406d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
protocol/packet/decoder_test.go
+ 1
- 1
protocol/packet/decoder_test.go
View File
@ -19,7 +19,7 @@ import (
"github.com/bboozzoo/mconnect/protocol/packet"
)
func
Test
ParseFromData
(
t
*
testing
.
T
)
{
func
Test
Unmarshal
(
t
*
testing
.
T
)
{
var
p
packet
.
Packet
err
:=
packet
.
Unmarshal
(
[
]
byte
(
`
foobar
`
)
,
&
p
)
assert
.
Error
(
t
,
err
)
Write
Preview
Loading…
Cancel
Save