Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan committed Nov 21, 2014
1 parent 1621681 commit 970f72b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,4 @@ language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6

2 changes: 1 addition & 1 deletion src/test/java/io/prismic/DocTest.java
Expand Up @@ -30,7 +30,7 @@ public void testApi() {
System.out.println("Reference: " + ref);
}
// endgist
Assert.assertEquals(api.getRefs().size(), 1);
Assert.assertTrue(api.getRefs().size() > 0);
}

@Test
Expand Down

0 comments on commit 970f72b

Please sign in to comment.