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 878be7d commit 960f41aCopy full SHA for 960f41a
src/IBM.Watson.Discovery.v1/Test/Integration/DiscoveryIntegrationTests.cs
@@ -92,7 +92,7 @@ public void Cleanup()
92
{
93
if (!string.IsNullOrEmpty(collection.Name) && !string.IsNullOrEmpty(createdCollectionName))
94
95
- if (collection.Name.StartsWith(createdCollectionName+"-"))
+ if (collection.Name.StartsWith(createdCollectionName + "-"))
96
97
try
98
@@ -105,7 +105,7 @@ public void Cleanup()
105
}
106
catch (Exception e)
107
108
- Console.WriteLine("ERROR: Could not delete collection with id: "+collection.CollectionId);
+ Console.WriteLine("ERROR: Could not delete collection with id: " + collection.CollectionId);
109
110
111
0 commit comments