Skip to content

Commit cfed383

Browse files
committed
fix unit test
Signed-off-by: Wenqi Mou <[email protected]>
1 parent 270848a commit cfed383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

br/pkg/task/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func expectedDefaultConfig() Config {
272272
Checksum: true,
273273
SendCreds: true,
274274
CheckRequirements: true,
275-
FilterStr: []string(nil),
275+
FilterStr: []string{"*.*"},
276276
TableFilter: filter.CaseInsensitive(must(filter.Parse([]string{"*.*"}))),
277277
Schemas: map[string]struct{}{},
278278
Tables: map[string]struct{}{},

0 commit comments

Comments
 (0)