Skip to content

Commit

Permalink
Fix typo in comment within SubDBClient test file
Browse files Browse the repository at this point in the history
Corrected the spelling of "client" in a code comment to improve clarity. This change does not affect functionality but ensures the documentation is precise.
  • Loading branch information
ivandrofly committed Nov 26, 2024
1 parent de19b02 commit 5c7d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SubDBSharp.UnitTest/SubDBClient.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public async Task TestAvailableLanguages()
{
// NOTE: SINCE THE SANDBOX IS ALSO DOWN, USE MOCK API
// TODO:
// * Use NSubstitue to mock the http clien
// * Use NSubstitue to mock the http client
var subDbClient = new SubDBClient(GetProductInfo(), ApiUrls.SubDBApiSandBoxUrl);
var response = await subDbClient.GetAvailableLanguagesAsync();
Assert.NotNull(response.Body);
Expand Down

0 comments on commit 5c7d3a2

Please sign in to comment.