Skip to content

Commit

Permalink
feat: make tests green
Browse files Browse the repository at this point in the history
  • Loading branch information
Berend Kapelle committed May 9, 2018
1 parent 8054e49 commit be8f900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/me/figo/APITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public void testGetErrorMessage() throws IOException {
fail(acc.getName());
}
catch(FigoException e) {
assertEquals(null, e.getErrorMessage());
assertEquals("The requested object does not exist.", e.getErrorDescription());
}
}
Expand Down

0 comments on commit be8f900

Please sign in to comment.