Skip to content

Commit

Permalink
Merge pull request #13 from IBM/request-utils-test-fix
Browse files Browse the repository at this point in the history
Fix failing unit test
  • Loading branch information
lpatino10 authored Mar 7, 2019
2 parents 3ae6ae5 + 9fead8c commit 6cd63c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ public void testPickWithNulls() {
@Test
public void testUserAgent() {
assertNotNull(RequestUtils.getUserAgent());
assertTrue(RequestUtils.getUserAgent().startsWith("ibm-java-sdk-core/99-SNAPSHOT"));
assertTrue(RequestUtils.getUserAgent().startsWith("ibm-java-sdk-core/"));
}
}

0 comments on commit 6cd63c4

Please sign in to comment.