Skip to content

Commit 2dfb613

Browse files
committed
Removed commented out code
1 parent e26b404 commit 2dfb613

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Microsoft.Graph.Test/Requests/Functional/SharePointTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ public async Async.Task It_gets_a_site_by_URL()
187187

188188
var sites = await graphClient.Sites.Request(new List<Option>() {new QueryOption("search", "*")}).GetAsync();
189189

190-
//var sites = await graphClient.Sites[$"{RootSiteId}"].Sites.Request().GetAsync();
191-
192-
193190
Assert.IsNotNull(site);
194191
}
195192
catch (Microsoft.Graph.ServiceException e)

0 commit comments

Comments
 (0)