Skip to content

Commit

Permalink
fix: wrong function name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Mar 10, 2024
1 parent 669f709 commit 39b0d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/fn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/stretchr/testify/assert"
)

func TestSpawnOption(t *testing.T) {
func TestFuncOption(t *testing.T) {
var preStart PreStartFunc
var postStop PreStartFunc
testCases := []struct {
Expand Down

0 comments on commit 39b0d93

Please sign in to comment.