From 0d45c3b7274eb1e0e26ae4be1cce9ee4a09f922c Mon Sep 17 00:00:00 2001 From: "been.zino" Date: Mon, 10 Jun 2024 08:45:54 +0900 Subject: [PATCH] fix : syntax error Signed-off-by: been.zino --- test/plugin/in_tail/test_io_handler.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/plugin/in_tail/test_io_handler.rb b/test/plugin/in_tail/test_io_handler.rb index afe2530e77..9397006763 100644 --- a/test/plugin/in_tail/test_io_handler.rb +++ b/test/plugin/in_tail/test_io_handler.rb @@ -177,3 +177,4 @@ def create_watcher assert_equal text.bytesize, update_pos assert_equal 0, returned_lines.size end +end