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();