Skip to content

Commit 015ea3d

Browse files
committed
fix: test case
1 parent 21447ad commit 015ea3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

russh/src/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ mod channels {
526526

527527
impl server::Handler for ServerHandle {
528528
type Error = crate::Error;
529+
type Data = ();
529530

530531
async fn auth_publickey(
531532
&mut self,
@@ -1331,6 +1332,7 @@ mod future_certificate {
13311332

13321333
impl server::Handler for CertHandler {
13331334
type Error = crate::Error;
1335+
type Data = ();
13341336

13351337
async fn auth_publickey_offered(
13361338
&mut self,

0 commit comments

Comments
 (0)