Skip to content

Commit

Permalink
Removed uneeded method doc block. (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed May 3, 2018
1 parent b09f7f7 commit aaf8e44
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ public class MonetaryAccountJointTest extends BunqSdkTestBase {
public static void setUp() {
}

/**
* Tests the creation of a new monetary account. This account will be deleted after test exited
* with code 0
* <p>
* This test has no assertion as of its testing to see if the code runs without errors
*/
@Test
public void parseMonetaryAccountJoint() throws FileNotFoundException {
JsonReader jsonReader = new JsonReader(new FileReader(PATH_TO_JSON_RESPONSE));
Expand Down

0 comments on commit aaf8e44

Please sign in to comment.