Skip to content

Commit fce38d4

Browse files
committed
Fix compile error
Signed-off-by: James Rhodes <jarhodes314@gmail.com>
1 parent b5872a5 commit fce38d4

File tree

1 file changed

+1
-1
lines changed
  • crates/core/tedge/src/cli/flows

1 file changed

+1
-1
lines changed

crates/core/tedge/src/cli/flows/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl TestCommand {
7171
}
7272
};
7373
processor
74-
.on_message(MessageSource::Mqtt, timestamp, message)
74+
.on_message(MessageSource::Mqtt, timestamp, &message)
7575
.await
7676
.into_iter()
7777
.for_each(|msg| self.print_messages(msg))

0 commit comments

Comments
 (0)