Skip to content

Commit

Permalink
Move UsrPwd config test in dedicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Sep 18, 2023
1 parent f50b60e commit 383f8a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ impl<'a> AcceptFsm for AuthUsrPwdFsm<'a> {
mod tests {
#[test]
fn authenticator_usrpwd_config() {
use zenoh_core::zasync_executor_init;

async fn inner() {
use super::AuthUsrPwd;
use std::{fs::File, io::Write};
Expand Down

0 comments on commit 383f8a6

Please sign in to comment.