Delete Follow from Tail in tail_test.go

This commit is contained in:
Hiroaki Nakamura 2016-03-09 00:12:40 +09:00
parent 6546f557bf
commit 07b2ac0d96
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ func TestLtsvLogGeneratesMetrics(t *testing.T) {
reader := &Tail{
Filename: tmpfile.Name(),
ReOpen: true,
Follow: true,
DisableLogging: true,
parser: parser,
}