Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d1vshar committed Mar 20, 2019
1 parent 9b3df3b commit 5475b42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea/
pw4j.iml
src/test/resources/
target/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.adorable-skullmaster</groupId>
<artifactId>pw4j</artifactId>
<version>1.2.8</version>
<version>1.3.0</version>
<name>pw4j</name>
<description>Java Wrapper for Politics and War API</description>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ public void applicantsQueryTest() {
assertTrue(politicsAndWar.getApplicants(1584).isSuccess());
}


@Test
public void bankQueryTest() {
assertTrue(politicsAndWar.getBank(913).isSuccess());
}


@Test
public void membersQueryTest() {
assertTrue(politicsAndWar.getMembers(913).isSuccess());
}
Expand Down

0 comments on commit 5475b42

Please sign in to comment.