Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
wtjerry committed Oct 3, 2019
1 parent 485118b commit f5d2931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Appccelerate.StateMachine.Specs/Async/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void BeforeExecutingEntryActions(
.On(1)
.Goto("1");
machine = stateMachineDefinitionBuilder
.WithInitialState("0")
.Build()
.CreatePassiveStateMachine(Name);

Expand Down Expand Up @@ -80,6 +81,7 @@ public void BeforeExecutingEntryActionsHierarchical(
.On("A0")
.Goto("A0");
machine = stateMachineDefinitionBuilder
.WithInitialState("0")
.Build()
.CreatePassiveStateMachine(Name);

Expand Down

0 comments on commit f5d2931

Please sign in to comment.