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 fb37f41 commit 2fb8fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class GuiStateMachineJavaObjectStreamSerializerSpec extends AbstractApiSpec with
loadedTransition.states.head shouldEqual loadedFinalState
loadedFinalState.getSutStateIdentifier shouldEqual finalSutStateIdentifier
loadedFinalState.getOutgoingActionTransitions.isEmpty shouldEqual true
loadedInitialState.getUnexploredActionTypes shouldEqual unexploredActionTypes
loadedFinalState.getUnexploredActionTypes shouldEqual unexploredActionTypes
}
}
}

0 comments on commit 2fb8fa9

Please sign in to comment.