Skip to content

Commit

Permalink
A bit more nil handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Aug 17, 2016
1 parent 48b169a commit a2284a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/mc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ func TestDecodeSpecSample(t *testing.T) {
Opaque: 0,
Cas: 1,
Extras: []byte{0xde, 0xad, 0xbe, 0xef},
Key: []byte{},
Body: []byte("World"),
Fatal: false,
}
Expand Down Expand Up @@ -305,7 +304,6 @@ func TestDecode(t *testing.T) {
Status: 1582,
Opaque: 7242,
Cas: 938424885,
Extras: []byte{},
Key: []byte("somekey"),
Body: []byte("somevalue"),
Fatal: false,
Expand Down

0 comments on commit a2284a0

Please sign in to comment.