Skip to content

Commit

Permalink
Fix DeserializeAppsResponseWorks
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Sep 9, 2024
1 parent fc99599 commit dbe1cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apple.AppStoreConnect.Tests/AppDeserializeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public async Task DeserializeAppsResponseWorks()

var appsResponse = await KiotaSerializer.DeserializeAsync<AppsResponse>(
jsonParseNodeFactory.ValidContentType,
Resources.app1_json.AsStream()
Resources.app_1_json.AsStream()
);

Assert.NotNull(appsResponse);
Expand Down

0 comments on commit dbe1cd2

Please sign in to comment.