Skip to content

Commit 960f41a

Browse files
committed
test(discovery-v1): format cleanup method
1 parent 878be7d commit 960f41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IBM.Watson.Discovery.v1/Test/Integration/DiscoveryIntegrationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void Cleanup()
9292
{
9393
if (!string.IsNullOrEmpty(collection.Name) && !string.IsNullOrEmpty(createdCollectionName))
9494
{
95-
if (collection.Name.StartsWith(createdCollectionName+"-"))
95+
if (collection.Name.StartsWith(createdCollectionName + "-"))
9696
{
9797
try
9898
{
@@ -105,7 +105,7 @@ public void Cleanup()
105105
}
106106
catch (Exception e)
107107
{
108-
Console.WriteLine("ERROR: Could not delete collection with id: "+collection.CollectionId);
108+
Console.WriteLine("ERROR: Could not delete collection with id: " + collection.CollectionId);
109109
}
110110
}
111111
}

0 commit comments

Comments
 (0)