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 19f585d commit 05c4297
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 @@ -246,7 +246,7 @@ func (t *testFilterSuite) TestGlobalFilter(c *C) {
}
}

func (t *testFilterSuit) TestToEvent(c *C) {
func (t *testFilterSuite) TestToEvent(c *C) {
cases := []struct {
eventStr string
event EventType
Expand Down

0 comments on commit 05c4297

Please sign in to comment.