Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szolin committed May 27, 2020
1 parent 03ca280 commit 0cfb802
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions querylog/qlog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ func TestQueryLogOffsetLimit(t *testing.T) {

func TestQueryLogMaxFileScanEntries(t *testing.T) {
conf := Config{
Enabled: true,
Interval: 1,
MemSize: 100,
Enabled: true,
FileEnabled: true,
Interval: 1,
MemSize: 100,
}
conf.BaseDir = prepareTestDir()
defer func() { _ = os.RemoveAll(conf.BaseDir) }()
Expand Down

0 comments on commit 0cfb802

Please sign in to comment.