Skip to content

Commit 154edd0

Browse files
committed
fix casing on TestResultsClient import
1 parent 7fdce93 commit 154edd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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',
@@ -101,5 +101,5 @@
101101
'TestToWorkItemLinks',
102102
'WorkItemReference',
103103
'WorkItemToTestLinks',
104-
'testResultsClient'
104+
'TestResultsClient'
105105
]

0 commit comments

Comments
 (0)