Skip to content

Commit

Permalink
fix TestCollectCopRuntimeStats
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Apr 7, 2022
1 parent 7b17af1 commit 15de861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/executor_failpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func TestKillTableReader(t *testing.T) {
wg.Wait()
}

func (s *testSerialSuite1) TestCollectCopRuntimeStats(t *testing.T) {
func TestCollectCopRuntimeStats(t *testing.T) {
store, clean := testkit.CreateMockStore(t)
defer clean()

Expand Down

0 comments on commit 15de861

Please sign in to comment.