Skip to content

Commit be8f900

Browse files
author
Berend Kapelle
committed
feat: make tests green
1 parent 8054e49 commit be8f900

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/me/figo/APITest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public void testGetErrorMessage() throws IOException {
139139
fail(acc.getName());
140140
}
141141
catch(FigoException e) {
142-
assertEquals(null, e.getErrorMessage());
143142
assertEquals("The requested object does not exist.", e.getErrorDescription());
144143
}
145144
}

0 commit comments

Comments
 (0)