Skip to content

Commit

Permalink
build(pom.xml): Eliminar dependencia a harmcrest
Browse files Browse the repository at this point in the history
  • Loading branch information
dfleta committed Apr 11, 2024
1 parent a35e1d6 commit f2722b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
<version>[4.13.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
1 change: 0 additions & 1 deletion src/test/java/enzinium/AddressTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public void generate_key_pair_test() {
assertNotNull(address.isSKpresent());
}


@Test
public void transferEZI_test() {

Expand Down

0 comments on commit f2722b5

Please sign in to comment.