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 7060b9c commit dd965e4Copy full SHA for dd965e4
discovery/src/test/java/com/ibm/watson/developer_cloud/discovery/v1/DiscoveryServiceIT.java
@@ -1901,7 +1901,7 @@ public void tokenizationDictionaryOperationsAreSuccessful() throws InterruptedEx
1901
// collections
1902
CreateCollectionOptions createCollectionOptions = new CreateCollectionOptions.Builder()
1903
.environmentId(environmentId)
1904
- .name("tokenization-dict-testing-collection")
+ .name("tokenization-dict-testing-collection " + UUID.randomUUID().toString())
1905
.language(CreateCollectionOptions.Language.JA)
1906
.build();
1907
Collection tokenDictTestCollection = discovery.createCollection(createCollectionOptions).execute();
0 commit comments