Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into becca/slogger-platf…
Browse files Browse the repository at this point in the history
…orm-tables-linux
  • Loading branch information
RebeccaMahany committed Feb 16, 2024
2 parents 498766a + 33e4d68 commit 3e85285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ee/tables/wmitable/wmitable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ import (

"github.com/go-kit/kit/log"
"github.com/kolide/launcher/ee/tables/tablehelpers"
"github.com/kolide/launcher/pkg/log/multislogger"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func TestQueries(t *testing.T) {
t.Parallel()

wmiTable := Table{logger: log.NewNopLogger()}
wmiTable := Table{logger: log.NewNopLogger(), slogger: multislogger.New().Logger}

var tests = []struct {
name string
Expand Down

0 comments on commit 3e85285

Please sign in to comment.