Skip to content

Commit

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

{
#category : #testing,
#'squeak_changestamp' : 'TL 6/10/2024 05:03'
#'squeak_changestamp' : 'VE 7/8/2024 19:24'
}
SPOCTestClickable >> testClickableActionNotSet [

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

Expand Down

0 comments on commit 75fb893

Please sign in to comment.