Update support library to beta.

This commit is contained in:
Danny Adams 2023-01-20 11:11:11 -05:00
parent 2f125d44a6
commit f425d24364

View File

@ -3,7 +3,7 @@ package support
import (
"testing"
"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"