Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
asddongmen committed Jul 4, 2022
1 parent 682cf94 commit 19f585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/binlog-filter/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,6 @@ func (t *testFilterSuit) TestToEvent(c *C) {
for _, cs := range cases {
event, err := ToEvent(cs.eventStr)
c.Assert(event, Equals, cs.event)
c.Assert(err, Equals, cs.event)
c.Assert(err, Equals, cs.err)
}
}

0 comments on commit 19f585d

Please sign in to comment.