Fix test name

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-11-05 14:49:33 +01:00
parent 023a2a17fc
commit 29a127a62b

View file

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