Skip to content

Commit

Permalink
Tiny cleanup (pingcap#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut authored and hanfei1991 committed Feb 3, 2017
1 parent 7ec875c commit 15176a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kv/mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (s testMockSuite) TestInterface(c *C) {

transaction, err = storage.Begin()
c.Check(err, IsNil)
transaction.String()
err = transaction.Rollback()
c.Check(err, IsNil)

Expand Down

0 comments on commit 15176a6

Please sign in to comment.