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