mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
Fix clippy + test errors (#3120)
This commit is contained in:
@@ -24,7 +24,7 @@ async fn main() -> Result<()> {
|
||||
|
||||
// Test broken transport
|
||||
match test_transport(broken_stdio_transport().await?).await {
|
||||
Ok(_) => assert!(false, "Expected an error but got success"),
|
||||
Ok(_) => panic!("Expected an error but got success"),
|
||||
Err(e) => {
|
||||
assert!(e
|
||||
.to_string()
|
||||
|
||||
Reference in New Issue
Block a user