Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
#164: Upgrade library up to v1.68.0 (#168)
Browse files Browse the repository at this point in the history
#63: Cover Client Configuration section by unit tests
  • Loading branch information
proshin-roman committed Apr 21, 2019
1 parent 82fef23 commit 0284fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/proshin/finapi/user/Users.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface Users {

/**
* @todo #164 This method should not be a part of this interface. Because this interface is client-centric: it
* uses client's token for all methods.
* uses client's token for all methods.
*/
User authorized();

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/proshin/finapi/client/FpClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void testConfiguration() {

/**
* @todo #164 Implement a new matcher that will match that the given instance submits the right JSON structure to
* the test server
* the test server
*/
@Test
@SuppressWarnings("JUnitTestMethodWithNoAssertions")
Expand Down

2 comments on commit 0284fe8

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 0284fe8 Apr 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 164-3cefcf91 discovered in src/test/java/org/proshin/finapi/client/FpClientTest.java and submitted as #169. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 0284fe8 Apr 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 164-4f8bbc5d discovered in src/main/java/org/proshin/finapi/user/Users.java and submitted as #170. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.