Skip to content

Commit

Permalink
executor: fix TestShowTableRegion (#13234)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunRunAway authored Nov 7, 2019
1 parent aecc342 commit 559f5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4145,7 +4145,7 @@ func (s *testSuiteP2) TestSplitRegion(c *C) {
tk.MustQuery("split region for partition table t partition (p3,p4) between (100000000) and (1000000000) regions 5;").Check(testkit.Rows("8 1"))
}

func (s *testSuite) TestShowTableRegion(c *C) {
func (s *testSuiteP2) TestShowTableRegion(c *C) {
tk := testkit.NewTestKit(c, s.store)
tk.MustExec("use test")
tk.MustExec("drop table if exists t_regions")
Expand Down

0 comments on commit 559f5ea

Please sign in to comment.