Skip to content

Commit

Permalink
fix a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoxinyu committed Jan 4, 2022
1 parent d4f937f commit 69a2f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdc/owner/scheduler_v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (s *schedulerTester) finishTableOperation(captureID model.CaptureID, tableI

func TestScheduleOneCapture(t *testing.T) {
s := &schedulerTester{}
s.reset(c)
s.reset(t)
captureID := "test-capture-0"
s.addCapture(captureID)

Expand All @@ -97,7 +97,7 @@ func TestScheduleOneCapture(t *testing.T) {
s.tester.MustUpdate(key.String(), nil)
s.tester.MustApplyPatches()

s.reset(c)
s.reset(t)
captureID = "test-capture-1"
s.addCapture(captureID)

Expand Down

0 comments on commit 69a2f86

Please sign in to comment.