Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <lance6716@gmail.com>
  • Loading branch information
lance6716 committed Sep 26, 2022
1 parent dcde5b9 commit 64a6f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/loader/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

func (*testLoaderSuite) TestConcurrentStatus(c *C) {
l := &Loader{}
l := &Loader{statusRecorder: newStatusRecorder()}
l.cfg = &config.SubTaskConfig{}
l.logger = log.L()
l.finishedDataSize.Store(100)
Expand Down

0 comments on commit 64a6f20

Please sign in to comment.