Skip to content

Commit

Permalink
Fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MyonKeminta committed Apr 3, 2018
1 parent e5da638 commit 9cfc4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store/mockstore/mocktikv/mock_tikv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,10 @@ func (s *testMockTiKVSuite) TestDeleteRange(c *C) {
s.mustScanOK(c, "0", 10, 40, "1", "v1", "4", "v4", "5", "v5")

s.mustDeleteRange(c, "41", "42")
s.mustScanOK(c, "0", 10, 40, "1", "v1", "4", "v4", "5", "v5")
s.mustScanOK(c, "0", 10, 50, "1", "v1", "4", "v4", "5", "v5")

s.mustDeleteRange(c, "0", "9")
s.mustScanOK(c, "0", 10, 40)
s.mustScanOK(c, "0", 10, 60)
}

func (s *testMockTiKVSuite) mustWriteWriteConflict(c *C, errs []error, i int) {
Expand Down

0 comments on commit 9cfc4e5

Please sign in to comment.