Skip to content

Commit

Permalink
settings: manager: Fix text to use new mavlink_endpoint type
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 27, 2024
1 parent 0438711 commit 6f8873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/manager.rs
Expand Up @@ -271,7 +271,7 @@ mod tests {

let fake_mavlink_endpoint = "tcp:potatohost:42";
set_mavlink_endpoint(fake_mavlink_endpoint);
assert_eq!(mavlink_endpoint(), Some(fake_mavlink_endpoint.into()));
assert_eq!(mavlink_endpoint(), fake_mavlink_endpoint);

let fake_streams = vec![VideoAndStreamInformation {
name: "PotatoTestStream".into(),
Expand Down

0 comments on commit 6f8873e

Please sign in to comment.