Skip to content

Commit

Permalink
Added missing new lines for better code formatting. (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Jan 3, 2018
1 parent 75e6243 commit 4cded46
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

import static org.junit.Assert.assertNotNull;

public class ErrorResponseTest extends BunqSdkTestBase {
public class ErrorResponseIdTest extends BunqSdkTestBase {

/**
* Invalid user id to trigger BadRequestException
*/
Expand All @@ -29,4 +30,5 @@ public void badRequestWitResponseIdTest()
assertNotNull(caughtException);
assertNotNull(caughtException.getResponseId());
}

}

0 comments on commit 4cded46

Please sign in to comment.