Skip to content

Commit

Permalink
Remove test panic
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed Jul 5, 2024
1 parent f891b24 commit bd04d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roslibrust/src/ros1/service_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,5 @@ mod test {
.await;
debug!("Got call: {call:?}");
assert!(call.is_err());
panic!()
}
}

0 comments on commit bd04d8b

Please sign in to comment.