Skip to content

Commit 87ba90f

Browse files
committed
more tests
1 parent ba2ecb2 commit 87ba90f

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

src/test/java/ug/sparkpl/network/collections/LiveCollectionsClientTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public void testRequestToPay() throws IOException {
3838
assertNotNull(transactionRef);
3939

4040
Balance bl = client.getBalance();
41+
assertNotNull(bl);
4142

4243
assertNotNull(bl.getBalance());
4344

src/test/java/ug/sparkpl/network/collections/MockCollectionsClientTest.java

-46
This file was deleted.

0 commit comments

Comments
 (0)