Updates to /sharepoint/collection_test.go

Adds new identifier to NewCollection() call
This commit is contained in:
Danny Adams 2023-01-19 12:55:34 -05:00
parent ee2e47f9ee
commit dd57457b10

View File

@ -73,7 +73,7 @@ func (suite *SharePointCollectionSuite) TestSharePointListCollection() {
false)
require.NoError(t, err)
col := NewCollection(dir, nil, nil)
col := NewCollection(dir, nil, List, nil)
col.data <- &Item{
id: testName,
data: io.NopCloser(bytes.NewReader(byteArray)),