Bug Fix: Initialize value at 0
This commit is contained in:
parent
f036d9dfb8
commit
4b67bb4684
@ -101,7 +101,7 @@ func (suite *SharePointCollectionSuite) TestSharePointPageCollection_Populate()
|
|||||||
defer flush()
|
defer flush()
|
||||||
|
|
||||||
t := suite.T()
|
t := suite.T()
|
||||||
count := 1
|
count := 0
|
||||||
siteID := tester.M365SiteID(t)
|
siteID := tester.M365SiteID(t)
|
||||||
a := tester.NewM365Account(t)
|
a := tester.NewM365Account(t)
|
||||||
account, err := a.M365Config()
|
account, err := a.M365Config()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user