Skip to content

Commit

Permalink
fix code conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ogaca-dd committed Dec 7, 2023
1 parent be5282f commit 64fd185
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/collector/corechecks/snmp/snmp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import (
"bytes"
"encoding/json"
"fmt"
"github.com/DataDog/datadog-agent/pkg/collector/corechecks/snmp/internal/report"
"testing"
"time"

"github.com/DataDog/datadog-agent/pkg/collector/corechecks/snmp/internal/report"

"github.com/gosnmp/gosnmp"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
Expand Down Expand Up @@ -57,7 +58,7 @@ type deps struct {
}

func createDeps(t *testing.T) deps {
return fxutil.Test[deps](t, defaultforwarder.MockModule, config.MockModule, logimpl.MockModule)
return fxutil.Test[deps](t, demultiplexer.MockModule, defaultforwarder.MockModule, config.MockModule, logimpl.MockModule)
}

func Test_Run_simpleCase(t *testing.T) {
Expand Down

0 comments on commit 64fd185

Please sign in to comment.