Skip to content

Commit

Permalink
try fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 committed May 23, 2022
1 parent 7ea52c3 commit e680bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/syncer/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (s *testFilterSuite) TestSkipQueryEvent(c *C) {
}
p := parser.New()

loc := binlog.NewLocation(mysql.MySQLFlavor)
loc := binlog.MustZeroLocation(mysql.MySQLFlavor)

for _, ca := range cases {
qec := &queryEventContext{
Expand Down

0 comments on commit e680bc8

Please sign in to comment.