Skip to content

Commit be59a61

Browse files
authored
chore: Remove misleading comment in examples' hello_world.rs test (#3214)
Remove invalid comment, at the very least. Closes #1617
1 parent 69ec9ae commit be59a61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/hello-world/rust/src/hello_world.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ register_plugin!("example", "hello_world", HelloWorld);
8282

8383
#[cfg(test)]
8484
mod tests {
85-
// If we run this test as follows: cargo test -- --nocapture
86-
// we will see the message "Hello Bob" printed to standard out
8785
#[tokio::test]
8886
async fn display_message() {
8987
let config = serde_json::json!({

0 commit comments

Comments
 (0)