Skip to content

Commit

Permalink
Merge pull request #3785 from fluent/output-more-info-of-unstable-test
Browse files Browse the repository at this point in the history
test_in_tail: Reduce information of test_unwatched_files_should_be_removed
  • Loading branch information
ashie committed Jun 14, 2022
2 parents 1137d0f + 892de54 commit 96baa73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/plugin/test_in_tail.rb
Expand Up @@ -1615,11 +1615,11 @@ def test_unwatched_files_should_be_removed
assert_equal(
{
files: [],
tails: {}
tails: []
},
{
files: Dir.glob("#{@tmp_dir}/*.txt"),
tails: d.instance.instance_variable_get(:@tails)
tails: d.instance.instance_variable_get(:@tails).keys
}
)
ensure
Expand Down

0 comments on commit 96baa73

Please sign in to comment.