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 5a97842 commit 9d8eb04Copy full SHA for 9d8eb04
Scripts/UnitTests/TestDiscovery.cs
@@ -114,7 +114,7 @@ public override IEnumerator RunTest()
114
115
// Create credential and instantiate service
116
Credentials credentials = new Credentials(_username, _password, _url);
117
-
+
118
_discovery = new Discovery(credentials);
119
_discovery.VersionDate = _discoveryVersionDate;
120
_filePathToIngest = Application.dataPath + "/Watson/Examples/ServiceExamples/TestData/Discovery/constitution.pdf";
0 commit comments