Skip to content

Commit

Permalink
Fix precompute test
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMaier-IRT committed Jan 18, 2024
1 parent 776f5f1 commit c658107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public async Task Test_Encrypt_Ballot_Simple_With_Precompute_Succeeds()
await Task.Delay(2000);

// encrypt a ballot using the default method (currently precompute = true)
var ciphertext = mediator.Encrypt(ballot);
var ciphertext = mediator.Encrypt(ballot, true, false);

var timestamp = ciphertext.Timestamp;
var nonce = ciphertext.Nonce;
Expand Down

0 comments on commit c658107

Please sign in to comment.