Skip to content

Commit

Permalink
remove unused values. (#4648)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut authored and coocood committed Sep 26, 2017
1 parent fc75c27 commit b52204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kv/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (s testUtilsSuite) TestIncInt64(c *C) {
c.Check(v, Equals, int64(11))

mb.Set(key, []byte("not int"))
v, err = IncInt64(mb, key, 1)
_, err = IncInt64(mb, key, 1)
c.Check(err, NotNil)
}

Expand Down

0 comments on commit b52204d

Please sign in to comment.