Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Whirlpool
whirlpool-client-cli
Commits
1b813c2c
Commit
1b813c2c
authored
Apr 03, 2020
by
zeroleak
Browse files
cleanup
parent
0c90df8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/test/java/com/samourai/xmanager/client/BackendApiTest.java
...est/java/com/samourai/xmanager/client/BackendApiTest.java
+1
-1
No files found.
src/test/java/com/samourai/xmanager/client/BackendApiTest.java
View file @
1b813c2c
...
...
@@ -10,6 +10,7 @@ import org.eclipse.jetty.client.HttpClient;
import
org.junit.Ignore
;
import
org.junit.jupiter.api.Test
;
@Ignore
public
class
BackendApiTest
extends
AbstractTest
{
private
static
final
boolean
testnet
=
true
;
private
static
final
long
requestTimeout
=
5000
;
...
...
@@ -29,7 +30,6 @@ public class BackendApiTest extends AbstractTest {
httpClient
,
BackendServer
.
TESTNET
.
getBackendUrlClear
(),
java8
.
util
.
Optional
.
empty
());
}
@Ignore
@Test
public
void
initBip84
()
throws
Exception
{
backendApi
.
initBip84
(
"vpub..."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment