Merge branch 'beta-library-switch' into backup-page-flow

This commit is contained in:
Danny 2023-01-20 13:59:01 -05:00 committed by GitHub
commit 10efa650c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
## increases swap space for beta and v.1.0
## increases swap space for msgraph-beta-sdk-go
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:

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"