-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Track origin correctly - Improve error logging
- Loading branch information
1 parent
84a631c
commit 84c99a7
Showing
3 changed files
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ public class TorusUtilsTest { | |
static Algorithm algorithmRs; | ||
|
||
static String TORUS_TEST_VERIFIER = "torus-test-health"; | ||
static String TORUS_TEST_AGGREGATE_VERIFIER = "torus-test-aggregate-health"; | ||
static String TORUS_TEST_AGGREGATE_VERIFIER = "torus-test-health-aggregate"; | ||
|
||
static String TORUS_TEST_EMAIL = "[email protected]"; | ||
|
||
|
@@ -107,6 +107,6 @@ public void shouldAggregateLogin() throws ExecutionException, InterruptedExcepti | |
}}, | ||
hashedIdToken).get(); | ||
System.out.println(retrieveSharesResponse.getEthAddress()); | ||
assertNotNull(retrieveSharesResponse.getEthAddress()); | ||
assertEquals("0x5a165d2Ed4976BD104caDE1b2948a93B72FA91D2", retrieveSharesResponse.getEthAddress()); | ||
} | ||
} |