Skip to content

Commit

Permalink
address lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 committed May 6, 2022
1 parent d4b2a2d commit 8f99079
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cdc/sink/mysql/causality_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import (
)

func TestCausality(t *testing.T) {

rows := [][][]byte{
{[]byte("a")},
{[]byte("b")},
Expand Down Expand Up @@ -70,7 +69,6 @@ func TestCausality(t *testing.T) {
}

func TestGenKeys(t *testing.T) {

testCases := []struct {
txn *model.SingleTableTxn
expected [][]byte
Expand Down
1 change: 0 additions & 1 deletion cdc/sink/mysql/txns_heap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
)

func TestTxnsHeap(t *testing.T) {

testCases := []struct {
txnsMap map[model.TableID][]*model.SingleTableTxn
expected []*model.SingleTableTxn
Expand Down

0 comments on commit 8f99079

Please sign in to comment.