Skip to content

Commit

Permalink
Update graph_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Apr 20, 2022
1 parent ee0c014 commit e9aeaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func withSubstate() *stateless.StateMachine {
}

func withInitialState() *stateless.StateMachine {
sm := stateless.NewStateMachine("A")
sm := stateless.NewStateMachine("AA")
sm.Configure("A").
Permit("X", "B")
sm.Configure("B").
Expand Down

0 comments on commit e9aeaf8

Please sign in to comment.