From 63406ef3089fe26136f0f1c6eaa37f83b862286e Mon Sep 17 00:00:00 2001 From: Mari Date: Tue, 6 Sep 2022 01:38:59 +0200 Subject: [PATCH] Update basic tests to new syntax --- tests/basic.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/basic.rs b/tests/basic.rs index 11808f2..74eb5fd 100644 --- a/tests/basic.rs +++ b/tests/basic.rs @@ -109,6 +109,7 @@ async fn client() { &Login::new( "username", "password", + None, Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]), ), CLTRID, @@ -184,6 +185,7 @@ async fn dropped() { &Login::new( "username", "password", + None, Some(&["http://schema.ispapi.net/epp/xml/keyvalue-1.0"]), ), CLTRID,