Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 committed Feb 10, 2022
1 parent 39338c7 commit 7814019
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdc/kv/resolvedts_heap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
)

func checkRegionTsInfoWithoutEvTime(t *testing.T, obtained, expected *regionTsInfo) {
t.Parallel()
require.Equal(t, expected.regionID, obtained.regionID)
require.Equal(t, expected.index, obtained.index)
require.Equal(t, expected.ts.resolvedTs, obtained.ts.resolvedTs)
Expand Down

0 comments on commit 7814019

Please sign in to comment.