Skip to content

Commit 5c7d3a2

Browse files
committed
Fix typo in comment within SubDBClient test file
Corrected the spelling of "client" in a code comment to improve clarity. This change does not affect functionality but ensures the documentation is precise.
1 parent de19b02 commit 5c7d3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SubDBSharp.UnitTest/SubDBClient.Test.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public async Task TestAvailableLanguages()
1515
{
1616
// NOTE: SINCE THE SANDBOX IS ALSO DOWN, USE MOCK API
1717
// TODO:
18-
// * Use NSubstitue to mock the http clien
18+
// * Use NSubstitue to mock the http client
1919
var subDbClient = new SubDBClient(GetProductInfo(), ApiUrls.SubDBApiSandBoxUrl);
2020
var response = await subDbClient.GetAvailableLanguagesAsync();
2121
Assert.NotNull(response.Body);

0 commit comments

Comments
 (0)