Skip to content

Commit 3b21ba8

Browse files
authored
Wrong class name in v5_1.test_results.__init__.py
Just a capitalization mistake. testResultsClient -> TestResultsClient
1 parent 54b76c8 commit 3b21ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-devops/azure/devops/v5_1/test_results/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# --------------------------------------------------------------------------------------------
88

99
from .models import *
10-
from .test_results_client import testResultsClient
10+
from .test_results_client import TestResultsClient
1111

1212
__all__ = [
1313
'AggregatedDataForResultTrend',

0 commit comments

Comments
 (0)