Skip to content
Snippets Groups Projects
Commit 4d288b02 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix unit test for g1-test

parent 22cbd11f
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ package org.duniter.core.client;
public class TestFixtures extends org.duniter.core.test.TestFixtures {
public String getDefaultCurrency() {
return "gtest";
return "g1-test";
}
}
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.duniter</groupId>
<artifactId>duniter4j</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.14.0</version>
</parent>
<artifactId>duniter4j-core-shared</artifactId>
......
......@@ -27,7 +27,7 @@ package org.duniter.core.test;
public class TestFixtures {
public String getCurrency() {
return "gtest";
return "g1-test";
}
public String getUid() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment