Skip to content

Commit

Permalink
change the name of the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Dousir9 committed Dec 27, 2022
1 parent 8892c7b commit 7649f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/writetest/write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ commit;`
tk.MustQuery("show warnings").Check(testkit.Rows("Warning 1526 Table has no partition for value 3"))
}

func TestIssue39847(t *testing.T) {
func TestIssue38950(t *testing.T) {
store := testkit.CreateMockStore(t)
var cfg kv.InjectionConfig
tk := testkit.NewTestKit(t, kv.NewInjectedStore(store, &cfg))
Expand Down

0 comments on commit 7649f61

Please sign in to comment.