mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +00:00
chore: Fix the tests
This commit is contained in:
@@ -178,6 +178,7 @@ where
|
||||
Context: crate::Context,
|
||||
H: HandlerTypes,
|
||||
{
|
||||
const NO_CLI: bool = true;
|
||||
fn cli_command(&self) -> clap::Command {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
@@ -239,7 +239,7 @@ async fn test_server() {
|
||||
"bar",
|
||||
]
|
||||
.iter()
|
||||
.map(|s| OsString::from(s)),
|
||||
.map(OsString::from),
|
||||
)
|
||||
.unwrap();
|
||||
shutdown.shutdown()
|
||||
|
||||
Reference in New Issue
Block a user