diff --git a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption.Tests/TestEncrypt.cs b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption.Tests/TestEncrypt.cs index a3726791..78035185 100644 --- a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption.Tests/TestEncrypt.cs +++ b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption.Tests/TestEncrypt.cs @@ -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;