Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Feb 25, 2021
1 parent 18203b6 commit 9ff606c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filebeat/input/filestream/input_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func TestFilestreamCloseRenamed(t *testing.T) {

// first event has made it successfully
env.waitUntilEventCount(1)
// check registry
env.requireOffsetInRegistry(testlogName, len(testlines))

testlogNameRotated := "test.log.rotated"
Expand Down Expand Up @@ -88,7 +87,6 @@ func TestFilestreamCloseEOF(t *testing.T) {

// first event has made it successfully
env.waitUntilEventCount(1)
// check registry
env.requireOffsetInRegistry(testlogName, expectedOffset)

// the second log line will not be picked up as scan_interval is set to one day.
Expand Down

0 comments on commit 9ff606c

Please sign in to comment.