Skip to content

Commit

Permalink
Use correct API
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Sep 3, 2024
1 parent 30ed4e4 commit 773aa9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MooseIDE-Tests/MiDuplicationBrowserModelTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,9 @@ MiDuplicationBrowserModelTest >> testSelectedFragment [
method1.
method2.
method3 }.
self assertEmpty: model miSelectedItem.

model selectedFragments: { fragment2 }.
self assert: model selectedEntities size equals: 2.
self assert: model miSelectedItem size equals: 2.
self assert: (model isSelected: method1).
self assert: (model isSelected: method2).
self deny: (model isSelected: method3)
Expand Down

0 comments on commit 773aa9d

Please sign in to comment.