Skip to content

Commit

Permalink
test_in_tail: Call missing Timecop.return at teardown
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed May 24, 2022
1 parent 12d445f commit ce38b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/plugin/test_in_tail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def teardown
super
cleanup_directory(TMP_DIR)
Fluent::Engine.stop
Timecop.return
end

def cleanup_directory(path)
Expand Down

0 comments on commit ce38b5d

Please sign in to comment.