Skip to content

Commit 55504d5

Browse files
committed
Fix failing test
1 parent 156dcb8 commit 55504d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discovery/src/test/java/com/ibm/watson/developer_cloud/discovery/v1/DiscoveryServiceIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,6 @@ public void issueNumber659() {
12911291
CreateCollectionOptions collectionOptions =
12921292
new CreateCollectionOptions.Builder(environmentId, uniqueCollectionName)
12931293
.configurationId(configuration.getConfigurationId())
1294-
.name("This should not be required")
12951294
.build();
12961295
Collection collection = discovery.createCollection(collectionOptions).execute();
12971296
collectionIds.add(collection.getCollectionId());

0 commit comments

Comments
 (0)