Update /connector/mockconnector package

Change to Beta library.
This commit is contained in:
Danny Adams 2023-01-20 09:21:08 -05:00
parent 4952b81333
commit 3ccdda8ef0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"testing"
kioser "github.com/microsoft/kiota-serialization-json-go"
"github.com/microsoftgraph/msgraph-sdk-go/models"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

View File

@ -6,7 +6,7 @@ import (
"testing"
kw "github.com/microsoft/kiota-serialization-json-go"
"github.com/microsoftgraph/msgraph-sdk-go/models"
"github.com/microsoftgraph/msgraph-beta-sdk-go/models"
"github.com/stretchr/testify/require"
"github.com/alcionai/corso/src/internal/data"