Skip to content

Commit

Permalink
inspectkv: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala committed Dec 24, 2015
1 parent eea06c6 commit a46a5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspectkv/inspectkv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func (s *testSuite) testTableData(c *C, tb table.Table, rs []*RecordData) {

errRs := append(rs, &RecordData{Handle: int64(1), Values: []interface{}{int64(3)}})
err = CompareTableRecord(txn, tb, errRs, false)
c.Assert(err.Error(), DeepEquals, "handle is repeated in data")
c.Assert(err.Error(), DeepEquals, "handle:1 is repeated in data")
}

func (s *testSuite) testIndex(c *C, tb table.Table, idx *column.IndexedCol) {
Expand Down

0 comments on commit a46a5a4

Please sign in to comment.