Updates to /sharepoint/collection_test.go
Adds new identifier to NewCollection() call
This commit is contained in:
parent
ee2e47f9ee
commit
dd57457b10
@ -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)),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user