mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-04-02 05:33:07 +00:00
chore: Fix the tests
This commit is contained in:
@@ -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