Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jan 8, 2024
1 parent 7e3f8a2 commit 075f175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bitwarden/src/vault/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,11 @@ impl TryFrom<SendTextModel> for SendText {

#[cfg(test)]
mod tests {
use bitwarden_crypto::{KeyDecryptable, KeyEncryptable};

use super::{Send, SendText, SendTextView, SendType};
use crate::{
client::{encryption_settings::EncryptionSettings, kdf::Kdf, UserLoginMethod},
crypto::{KeyDecryptable, KeyEncryptable},
vault::SendView,
};

Expand Down

0 comments on commit 075f175

Please sign in to comment.