From 482bae0e04f9f83553366f2375fe489909c82599 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Wed, 29 Apr 2026 21:09:33 +0300 Subject: Rename project to plasma-task-manager-notifications --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 { -- cgit v1.2.3