Skip to content

Commit

Permalink
update case name
Browse files Browse the repository at this point in the history
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
  • Loading branch information
jackysp committed May 7, 2019
1 parent 6aed1a9 commit 79e42bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ func (s *testSuite4) TestReplace(c *C) {
tk.CheckLastMessage("Records: 1 Duplicates: 1 Warnings: 0")
}

func (s *testSuite2) TestVirtualColumn(c *C) {
func (s *testSuite2) TestGeneratedColumnForInsert(c *C) {
tk := testkit.NewTestKit(c, s.store)
tk.MustExec("use test")
// Test Replace with generated column
Expand Down

0 comments on commit 79e42bf

Please sign in to comment.