Skip to content

Commit

Permalink
Make tests public
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1304 committed Dec 18, 2021
1 parent 306eaf8 commit c6a78e5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>
<artifactId>jdash-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>
<artifactId>jdash-common</artifactId>

Expand Down
Expand Up @@ -7,10 +7,10 @@
import static jdash.common.internal.InternalUtils.structureCreatorsInfo;
import static org.junit.jupiter.api.Assertions.*;

class InternalUtilsTest {
public final class InternalUtilsTest {

@Test
void structureCreatorsInfoTest() {
public void structureCreatorsInfoTest() {
// Invalid cases, should always return empty maps
assertEquals(Map.of(), structureCreatorsInfo(""), "empty string");
assertEquals(Map.of(), structureCreatorsInfo("quizgf5410qz!!???"), "invalid string");
Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>
<artifactId>jdash-events</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion graphics/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
</parent>
<artifactId>jdash-graphics</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.alex1304.jdash</groupId>
<artifactId>jdash</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:git://github.com/Alex1304/jdash.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Alex1304/jdash.git</developerConnection>
<url>https://github.com/Alex1304/jdash/tree/master</url>
<tag>HEAD</tag>
<tag>v4.0.5</tag>
</scm>

<properties>
Expand Down

0 comments on commit c6a78e5

Please sign in to comment.