diff --git a/src/internal/connector/sharepoint/collection_test.go b/src/internal/connector/sharepoint/collection_test.go index 96806239b..5524c7976 100644 --- a/src/internal/connector/sharepoint/collection_test.go +++ b/src/internal/connector/sharepoint/collection_test.go @@ -53,13 +53,12 @@ func (suite *SharePointCollectionSuite) TestSharePointListCollection() { byteArray, err := ow.GetSerializedContent() require.NoError(t, err) - // TODO: Replace with Sharepoint--> ToDataLayerSharePoint - // https://github.com/alcionai/corso/issues/1401 + dir, err := path.Builder{}.Append("directory"). - ToDataLayerExchangePathForCategory( + ToDataLayerSharePointPath( "some", "user", - path.EmailCategory, + path.ListsCategory, false) require.NoError(t, err)