Skip to content

Commit

Permalink
Fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 17, 2024
1 parent 9d4b6b1 commit d6e92c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ OPAbstractElementControllerTest >> testDescriptionName [
diagramElement := Mock new.
controller model: model.
controller diagramElement: diagramElement.
controller diagramController: diagramController.
controller descriptionName accessor write: 'charlie' to: controller.
model should receive name: 'charlie'.
self
Expand Down

0 comments on commit d6e92c8

Please sign in to comment.