Skip to content

Commit ee0ad6a

Browse files
updated encrypted credentials
1 parent 7ef11c2 commit ee0ad6a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

config.properties.enc

0 Bytes
Binary file not shown.

src/test/java/com/ibm/watson/developer_cloud/visual_insights/v1/VisualInsightsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void testGetSummaryTextFiles() {
105105
@Test
106106
public void testGetSummaryUnsupported7zFormat() {
107107

108-
final File images = new File(RESOURCES + "tiger_woords.7z");
108+
final File images = new File(RESOURCES + "tiger_woods.7z");
109109

110110
boolean didItHappen = false;
111111
try {

0 commit comments

Comments
 (0)