Skip to content

Commit

Permalink
Fix wrong require path of file_wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Sep 1, 2022
1 parent ecb62ff commit 2679a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/test_in_tail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
require 'fluent/plugin/in_tail'
require 'fluent/plugin/buffer'
require 'fluent/system_config'
require 'fluent/file_wrapper'
require 'net/http'
require 'flexmock/test_unit'
require 'timecop'
require 'tmpdir'
require 'securerandom'
require 'file_wrapper'

class TailInputTest < Test::Unit::TestCase
include FlexMock::TestCase
Expand Down

0 comments on commit 2679a9e

Please sign in to comment.