Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Fix unit test #34
Browse files Browse the repository at this point in the history
  • Loading branch information
tdauth authored and rebazer committed May 21, 2019
1 parent 3aadca8 commit 79424e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class GuiStateMachineImplSpec extends AbstractApiSpec with BeforeAndAfterEach {
// execute action0 for the second time
val s1SutState = createSutState(rootElementB)
val s1 = sut.createState(s1SutState, 2)
sut.executeAction(initial, action0, s1, true) shouldEqual 2
sut.executeAction(initial, action0, s1, false) shouldEqual 2
initial.getOutgoingActionTransitions.size shouldEqual 1
initial.getOutgoingActionTransitions(action0Identifier).states.size shouldEqual 2
initial.getOutgoingActionTransitions(action0Identifier).executionCounter shouldEqual 2
Expand Down

0 comments on commit 79424e8

Please sign in to comment.