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()
|
||||
|
||||
t := suite.T()
|
||||
count := 1
|
||||
count := 0
|
||||
siteID := tester.M365SiteID(t)
|
||||
a := tester.NewM365Account(t)
|
||||
account, err := a.M365Config()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user