Skip to content

Commit

Permalink
fix ros1 integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed Oct 24, 2023
1 parent 9090572 commit 113df2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roslibrust/src/rosbridge/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ mod integration_tests {
let topic = "/self_service_call";

let handle = client
.advertise_service::<SetBool>(topic, cb)
.advertise_service::<SetBool, _>(topic, cb)
.await
.expect("Failed to advertise service");

Expand Down

0 comments on commit 113df2c

Please sign in to comment.