Skip to content

Commit

Permalink
chore: additional test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Sep 2, 2023
1 parent 890f600 commit 619b5dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actors/actor_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ func TestActorSystem(t *testing.T) {

// stop the actor after some time
time.Sleep(time.Second)
err = newActorSystem.Kill(ctx, actorName)
require.NoError(t, err)

t.Cleanup(func() {
err = newActorSystem.Stop(ctx)
Expand Down

0 comments on commit 619b5dd

Please sign in to comment.