Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
Signed-off-by: daipom <[email protected]>
  • Loading branch information
daipom committed Feb 15, 2022
1 parent 938c999 commit bfd84fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_event_router.rb
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def filter_with_time(tag, time, record); end
end

test 'can pass records modified by filters to handle_emits_error' do
filter = Class.new(FluentTestFilter) { |x|
filter = Class.new(FluentTestFilter) {
def filter_stream(_tag, es); end
}.new
event_router.add_rule('test', filter)
Expand Down

0 comments on commit bfd84fc

Please sign in to comment.