Skip to content

Commit

Permalink
test: remove dup comments (#45711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 authored Aug 1, 2023
1 parent 7c9f29b commit 67e8f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/test/writetest/write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2849,7 +2849,6 @@ func TestWriteListColumnsPartitionTable2(t *testing.T) {
tk.MustQuery("select * from t order by id").Check(testkit.Rows())
}

// TestWriteListColumnsPartitionTable2 test for write list partition when the partition by multi-columns.
func TestWriteListPartitionTableIssue21437(t *testing.T) {
store := testkit.CreateMockStore(t)
tk := testkit.NewTestKit(t, store)
Expand Down

0 comments on commit 67e8f90

Please sign in to comment.