Skip to content

Commit

Permalink
Merge pull request #3753 from fluent/timecop-return
Browse files Browse the repository at this point in the history
test_in_tail: Call missing Timecop.return at teardown
  • Loading branch information
ashie committed May 24, 2022
2 parents 197da19 + ce38b5d commit 367573b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/plugin/test_in_tail.rb
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 367573b

Please sign in to comment.