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,
|
Context: crate::Context,
|
||||||
H: HandlerTypes,
|
H: HandlerTypes,
|
||||||
{
|
{
|
||||||
|
const NO_CLI: bool = true;
|
||||||
fn cli_command(&self) -> clap::Command {
|
fn cli_command(&self) -> clap::Command {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -239,7 +239,7 @@ async fn test_server() {
|
|||||||
"bar",
|
"bar",
|
||||||
]
|
]
|
||||||
.iter()
|
.iter()
|
||||||
.map(|s| OsString::from(s)),
|
.map(OsString::from),
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
shutdown.shutdown()
|
shutdown.shutdown()
|
||||||
|
|||||||
Reference in New Issue
Block a user