diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-04-29 21:09:33 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-04-29 21:09:33 +0300 |
| commit | 482bae0e04f9f83553366f2375fe489909c82599 (patch) | |
| tree | 800002d7f1d0be2eeb82d327e95bdf4b628a1835 /tests | |
| parent | a6f72b1793d31845453da166d9cb9b9fc154cfe5 (diff) | |
Rename project to plasma-task-manager-notifications
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 { |
