Skip to content

Commit

Permalink
fix testKVSuite
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <[email protected]>
  • Loading branch information
ekexium committed Sep 19, 2024
1 parent f3909ea commit 1789ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tikv/kv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ type testKVSuite struct {
func (s *testKVSuite) SetupTest() {
client, cluster, pdClient, err := testutils.NewMockTiKV("", nil)
s.Require().Nil(err)
testutils.BootstrapWithSingleStore(cluster)
s.setGetMinResolvedTSByStoresIDs(func(ctx context.Context, ids []uint64) (uint64, map[uint64]uint64, error) {
return 0, nil, nil
})
Expand Down

0 comments on commit 1789ae4

Please sign in to comment.