Fix test name
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
023a2a17fc
commit
29a127a62b
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[apply(test!)]
|
#[apply(test!)]
|
||||||
async fn test_name() {
|
async fn simple_actor() {
|
||||||
let mut actor = FActor.into_actor_handle();
|
let mut actor = FActor.into_actor_handle();
|
||||||
|
|
||||||
actor.handle(Foo).await.unwrap();
|
actor.handle(Foo).await.unwrap();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue