Skip to content

Commit 72cffd8

Browse files
committed
Restoring after server side fix.
Server side fix should allow this check to work now.
1 parent 60fb819 commit 72cffd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/WatchlistTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void badCandidateCreationTest() throws ParseException {
7676
Assert.assertNotNull(e.getInvalidParam());
7777
exception = e;
7878
}
79-
//Assert.assertNotNull(exception); //Uncomment this once the issue is resolved to confirm the code works.
79+
Assert.assertNotNull(exception); //Uncomment this once the issue is resolved to confirm the code works.
8080
}
8181

8282
@Test
@@ -235,7 +235,7 @@ private void areHitsValid(@Nullable List<WatchlistHit> hits) {
235235
@NotNull
236236
private BlockscoreApiClient setupBlockscoreApiClient() {
237237
BlockscoreApiClient.init("sk_test_3380b53cc2ae5b78910344c49f334c2e");
238-
BlockscoreApiClient.useVerboseLogs(false);
238+
BlockscoreApiClient.useVerboseLogs(true);
239239
return new BlockscoreApiClient();
240240
}
241241
}

0 commit comments

Comments
 (0)