Skip to content

Commit

Permalink
Test: Remove needless code
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom committed Feb 15, 2023
1 parent 6107d00 commit 0d9581c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_logger_initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class LoggerInitializerTest < ::Test::Unit::TestCase
assert { not File.exist?(TMP_DIR) }

path = File.join(TMP_DIR, 'fluent_with_path.log')
assert_false File.exist?(TMP_DIR)
logger = Fluent::Supervisor::LoggerInitializer.new(path, Fluent::Log::LEVEL_DEBUG, nil, nil, {})
mock.proxy(File).chmod(0o777, TMP_DIR).never

Expand Down

0 comments on commit 0d9581c

Please sign in to comment.