Skip to content

Commit

Permalink
Update Tests/VTEXFeedV3IntegrationTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 7, 2024
1 parent 4a72778 commit dc0a44d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/VTEXFeedV3IntegrationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ public async Task GetFeedOrderStatus1Async_InvalidCredentials_ThrowsException()
var integration = new VTEXFeedV3Integration("invalidApiKey", "invalidApiToken");

// Act & Assert
await Assert.ThrowsAsync<Exception>(async () => await integration.GetFeedOrderStatus1Async());
await Assert.ThrowsAsync<Exception>(
async () => await integration.GetFeedOrderStatus1Async()
);
}

[Fact]
Expand Down

0 comments on commit dc0a44d

Please sign in to comment.