Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Windfarer committed Nov 10, 2021
1 parent a25ae54 commit 4857a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func TestConfig(t *testing.T) {
cf := &config{}
cf.opts = opts
cf.reader = newReader(opts)
cf.log = log.NewHelper(opts.logger)

err = cf.Load()
assert.Nil(t, err)
Expand Down

0 comments on commit 4857a66

Please sign in to comment.