Skip to content

Commit

Permalink
Testcase wasn't invariant
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Schütze committed May 27, 2015
1 parent 52c92bb commit fc7f104
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public void testGetFreeToPlayChampions() throws Exception {
try {
Future<List<BasicChampData>> ftpChamps = handler.getFreeToPlayChampions();
assertNotNull(ftpChamps.get(1, MINUTES));
assertEquals((ftpChamps.get()).size(), 10);
} catch (RequestException ex) {
// 5xx errors indicate serverside issues
if (isNotServerside(ex)) throw ex;
Expand Down
5 changes: 0 additions & 5 deletions rtmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,5 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.boreeas</groupId>
<artifactId>riotapi.loginqueue</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit fc7f104

Please sign in to comment.