Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
daipom committed May 29, 2024
1 parent 4198348 commit 492f6db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin/in_tail/test_position_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
class IntailPositionFileTest < Test::Unit::TestCase
setup do
p "setup"
@file = Tempfile.new('intail_position_file_test').binmode
@file = Tempfile.new('intail_position_file_test')
@file.binmode
stub.proxy(@file).close() do
p "close called: #{@file}"
end
Expand Down

0 comments on commit 492f6db

Please sign in to comment.