From 29396ed40a29b3c0de8ce301af9aa23d119e6ca5 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 7 Dec 2020 21:32:09 +0100 Subject: [PATCH] typo (#542) --- tests/test_api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_api.rs b/tests/test_api.rs index bdfe4eeb..02ea2c57 100644 --- a/tests/test_api.rs +++ b/tests/test_api.rs @@ -3205,7 +3205,7 @@ impl v8::inspector::ChannelImpl for ChannelCounter { &mut self, message: v8::UniquePtr, ) { - println!("send_notificatio message {}", message.unwrap().string()); + println!("send_notification message {}", message.unwrap().string()); self.count_send_notification += 1; } fn flush_protocol_notifications(&mut self) {