mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-08 11:56:46 +01:00
Extend Coordinator tests
This commit is contained in:
@@ -53,7 +53,7 @@ func testCalculateProof(t *testing.T) {
|
||||
}
|
||||
|
||||
func testGetProof(t *testing.T) {
|
||||
proof, err := proofServerClient.GetProof(context.Background())
|
||||
proof, _, err := proofServerClient.GetProof(context.Background())
|
||||
require.NoError(t, err)
|
||||
require.NotNil(t, proof)
|
||||
require.NotNil(t, proof.PiA)
|
||||
|
||||
Reference in New Issue
Block a user