Extend Coordinator tests

This commit is contained in:
Eduard S
2020-12-16 13:03:25 +01:00
parent 8e1bfd150d
commit 6a9b5ce420
12 changed files with 325 additions and 89 deletions

View File

@@ -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)