Skip to content

Commit

Permalink
feat: Update go-mod for new tagged modules and fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
  • Loading branch information
Leonard Goodell committed Feb 7, 2023
1 parent 99baebe commit ca41e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/eclipse/paho.mqtt.golang v1.4.2
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.0-dev.17
github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.6
github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.6
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.9
github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.7
github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.5
github.com/fxamacker/cbor/v2 v2.4.0
github.com/golang-jwt/jwt/v4 v4.4.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func TestSubscribeCommandQueryRequests(t *testing.T) {
mockMessaging := &mocks.MessageClient{}

mockLogger.On("Debugf", mock.Anything, mock.Anything, mock.Anything, mock.Anything)
mockLogger.On("Infof", mock.Anything, mock.Anything, mock.Anything, mock.Anything)
mockLogger.On("Errorf", mock.Anything).Run(func(args mock.Arguments) {
require.Fail(t, "Errorf not expected")
})
Expand Down

0 comments on commit ca41e6d

Please sign in to comment.