We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdce93 commit 154edd0Copy full SHA for 154edd0
azure-devops/azure/devops/v5_1/test_results/__init__.py
@@ -7,7 +7,7 @@
7
# --------------------------------------------------------------------------------------------
8
9
from .models import *
10
-from .test_results_client import testResultsClient
+from .test_results_client import TestResultsClient
11
12
__all__ = [
13
'AggregatedDataForResultTrend',
@@ -101,5 +101,5 @@
101
'TestToWorkItemLinks',
102
'WorkItemReference',
103
'WorkItemToTestLinks',
104
- 'testResultsClient'
+ 'TestResultsClient'
105
]
0 commit comments