Skip to content

Commit

Permalink
Removed p tags. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Jan 2, 2018
1 parent 96e2375 commit 5b8de1d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void tearDown() throws Exception {

/**
* Tests the creation of a connect and retrieves the QR code bound to this connect
* <p>
*
* This test has no assertion as of its testing to see if the code runs without errors
*/
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void tearDown() throws Exception {
/**
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static void sendMessage(Integer chat_id) {

/**
* Test sending a chat payment to a newly created payment.
* <p>
*
* This test has no assertion as of its testing to see if the code runs without errors
*/
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class PaymentTest extends BunqSdkTestBase {

/**
* Tests making a payment to another sandbox user
* <p>
*
* This test has no assertion as of its testing to see if the code runs without errors
*/
@Test
Expand All @@ -52,7 +52,7 @@ public void makePaymentToOtherUser() throws Exception {

/**
* Tests making a payment to another monetary account of the same user
* <p>
*
* This test has no assertion as of its testing to see if the code runs without errors
*/
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private static void addItemToTab(String tabUuid) {

/**
* Tests the creation of a Tab, adds a tab item to it and updates this tab
* <p>
*
* This test has no assertion as of its testing to see if the code runs without errors
*/
@Test
Expand Down

0 comments on commit 5b8de1d

Please sign in to comment.