diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/integration.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration.rs b/tests/integration.rs index a63daa6..e4bd9f8 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -1,7 +1,7 @@ //! Integration test: simulate a full notification lifecycle using AppMap + DbusParser together, //! feeding realistic dbus-monitor output through the parser and processing results with AppMap. -use notification_badge::{AppMap, DbusMessage, DbusParser}; +use plasma_task_manager_notifications::{AppMap, DbusMessage, DbusParser}; use std::collections::HashMap; fn setup_app_map() -> AppMap { |
