Skip to content

Commit

Permalink
Fix test: MiDistributionMapBrowser receives collections
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Sep 3, 2024
1 parent eb527cb commit 9a78549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MooseIDE-Dependency/MiDistributionMapBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ MiDistributionMapBrowser >> browserClosed [
application unregisterConsumer: self
]

{ #category : #actions }
{ #category : #testing }
MiDistributionMapBrowser >> canFollowEntity: aCollection [

| uniqType confirm |
Expand Down
6 changes: 3 additions & 3 deletions src/MooseIDE-Tests/MiDistributionMapBrowserTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ MiDistributionMapBrowserTest >> browserClass [
^ MiDistributionMapBrowser
]

{ #category : #tests }
MiDistributionMapBrowserTest >> testActivateActionButtons [
{ #category : #running }
MiDistributionMapBrowserTest >> receiveEntityToSelect [

browser actionButtons do: [ :button | self deny: button isEnabled ].
browser receiveEntity: entityToSelect asMooseGroup
]

{ #category : #'tests - tags' }
Expand Down

0 comments on commit 9a78549

Please sign in to comment.