Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Update Microsoft.Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaeflein committed May 27, 2022
1 parent fe10cc3 commit 251c5ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Graph.Community.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
<PackageReference Include="Microsoft.Graph" Version="4.28.0" />
<PackageReference Include="Microsoft.Graph" Version="4.29.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/ListItemCollectionRequestTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public async Task Get_ReturnsCorrectResponse()
}

[Fact]
public async Task GetAsSitePageListItems_GeneratesCorrectRequest()
public void GetAsSitePageListItems_GeneratesCorrectRequest()
{
// ARRANGE
var mockListId = Guid.NewGuid();
Expand Down
2 changes: 1 addition & 1 deletion test/ListRequestTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public async Task GetByTitle_ReturnsCorrectResponse()
}

[Fact]
public async Task GetItems_GeneratesCorrectRequestUriAndHeaders()
public void GetItems_GeneratesCorrectRequestUriAndHeaders()
{
// ARRANGE
var mockListId = Guid.NewGuid();
Expand Down

0 comments on commit 251c5ff

Please sign in to comment.