Skip to content

Commit

Permalink
fixed clickable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Eichhorn committed Jul 9, 2024
1 parent be36fa6 commit 55b55aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SpotifyConnect/SPOCTestClickable.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ SPOCTestClickable >> testClickableAction [

{
#category : #testing,
#'squeak_changestamp' : 'VE 7/8/2024 19:24'
#'squeak_changestamp' : 'VE 7/9/2024 09:11'
}
SPOCTestClickable >> testClickableActionNotSet [

| clickable |
clickable := SPOCClickable new.
clickable := SPOCClickable newUsing: Morph new onClick: nil.
self should: [clickable mouseDown: nil] raise: Error
]

Expand Down

0 comments on commit 55b55aa

Please sign in to comment.