mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 07:56:29 +03:00
Fix method name in tests
This commit is contained in:
@@ -1630,8 +1630,8 @@ mod tests {
|
||||
async fn test_keypair_saving() -> Result<()> {
|
||||
let alice = TestContext::new_alice().await;
|
||||
|
||||
let key = alice.get_or_create_iroh_keypair().await?;
|
||||
let loaded_key = alice.get_or_create_iroh_keypair().await?;
|
||||
let key = alice.get_or_generate_iroh_keypair().await?;
|
||||
let loaded_key = alice.get_or_generate_iroh_keypair().await?;
|
||||
assert_eq!(key.to_bytes(), loaded_key.to_bytes());
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user