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 9922940 commit f50b60e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@ mod tests {
let _ = std::fs::remove_file(f1);
}

async_std::task::block_on(inner());
async_std::task::block_on(async {
zasync_executor_init!();
inner().await;
});
}
}

0 comments on commit f50b60e

Please sign in to comment.