From 29a127a62becb99a181ff0425cb4f397df357287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Wed, 5 Nov 2025 14:49:33 +0100 Subject: [PATCH] Fix test name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- crates/tytix-core/src/actor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tytix-core/src/actor.rs b/crates/tytix-core/src/actor.rs index 1b9391f..45fad5c 100644 --- a/crates/tytix-core/src/actor.rs +++ b/crates/tytix-core/src/actor.rs @@ -139,7 +139,7 @@ mod tests { } #[apply(test!)] - async fn test_name() { + async fn simple_actor() { let mut actor = FActor.into_actor_handle(); actor.handle(Foo).await.unwrap();