From ce38b5d7383f007f6703270622efebdfca9b24a7 Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Tue, 24 May 2022 12:13:22 +0900 Subject: [PATCH] test_in_tail: Call missing Timecop.return at teardown Signed-off-by: Takuro Ashie --- test/plugin/test_in_tail.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/plugin/test_in_tail.rb b/test/plugin/test_in_tail.rb index f9b23580a7..36abb25a6c 100644 --- a/test/plugin/test_in_tail.rb +++ b/test/plugin/test_in_tail.rb @@ -21,6 +21,7 @@ def teardown super cleanup_directory(TMP_DIR) Fluent::Engine.stop + Timecop.return end def cleanup_directory(path)