Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Mar 21, 2022
1 parent 527e934 commit 38592a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/filter/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestFilterOnSchema(t *testing.T) {
IgnoreDBs: []string{"foo"},
DoDBs: []string{"foo"},
},
Input: []*Table{{Schema: "foo", Name: "bar"}, {Schema: "foo", Name: ""}, {Schema: "foo1", Name: "bar"}, {"foo1", ""}},
Input: []*Table{{Schema: "foo", Name: "bar"}, {Schema: "foo", Name: ""}, {Schema: "foo1", Name: "bar"}, {Schema: "foo1", Name: ""}},
Output: []*Table{{Schema: "foo", Name: "bar"}, {Schema: "foo", Name: ""}},
},
{
Expand Down

0 comments on commit 38592a5

Please sign in to comment.