File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments