Skip to content

Commit

Permalink
Fix CI cargo test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Aug 13, 2024
1 parent d2cff18 commit eb7293f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/note_encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ mod tests {
use rand_core::{CryptoRng, RngCore};

use zcash_note_encryption::{
batch, EphemeralKeyBytes, NoteEncryption, OutgoingCipherKey, ENC_CIPHERTEXT_SIZE,
NOTE_PLAINTEXT_SIZE, OUT_CIPHERTEXT_SIZE, OUT_PLAINTEXT_SIZE,
batch, EphemeralKeyBytes, NoteEncryption, OutgoingCipherKey, OUT_CIPHERTEXT_SIZE,
OUT_PLAINTEXT_SIZE,
};

use super::{
Expand All @@ -513,7 +513,7 @@ mod tests {
circuit::GROTH_PROOF_SIZE,
keys::{DiversifiedTransmissionKey, EphemeralSecretKey, OutgoingViewingKey},
note::ExtractedNoteCommitment,
note_encryption::PreparedIncomingViewingKey,
note_encryption::{PreparedIncomingViewingKey, ENC_CIPHERTEXT_SIZE, NOTE_PLAINTEXT_SIZE},
util::generate_random_rseed,
value::{NoteValue, ValueCommitTrapdoor, ValueCommitment},
Diversifier, PaymentAddress, Rseed, SaplingIvk,
Expand Down

0 comments on commit eb7293f

Please sign in to comment.