change doc tests

This commit is contained in:
Mari 2022-09-06 23:54:09 +02:00 committed by masalachai
parent e9cf8bc3f9
commit 71b6bac96a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
//! Err(e) => panic!("Failed to create EppClient: {}", e)
//! };
//!
//! let login = Login::new("username", "password", None);
//! let login = Login::new("username", "password", None, None);
//! client.transact(&login, "transaction-id").await.unwrap();
//!
//! // Execute an EPP Command against the registry with distinct request and response objects