Skip to content

Commit

Permalink
test are green again
Browse files Browse the repository at this point in the history
  • Loading branch information
plantec committed Sep 25, 2024
1 parent 9cb5b2e commit a381f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Toplo-Tests/ToIntrinsicStateTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ ToIntrinsicStateTest >> testRequestEnqueueFromElementInQueue [
nextInQueue := e skinManager skinStateQueue nextStates first.
self assert: (nextInQueue isKindOf: ToInstallState).
nextInQueue := e skinManager skinStateQueue nextStates second.
self assert: (nextInQueue isKindOf: ToEnablementState).
nextInQueue := e skinManager skinStateQueue nextStates third.
self assert: (nextInQueue isKindOf: ToIntrinsicStateStub).
" the previously enqueued state was for #firstVal "
firstValState := nextInQueue.
self assert: nextInQueue val equals: #firstVal.
nextInQueue := e skinManager skinStateQueue nextStates third.
self assert: (nextInQueue isKindOf: ToEnablementState).
nextInQueue := e skinManager skinStateQueue nextStates fourth.
self assert: (nextInQueue isKindOf: ToIntrinsicStateStub).
" the last enqueued state is for #secondVal "
Expand Down

0 comments on commit a381f88

Please sign in to comment.