Skip to content

Commit 75fb893

Browse files
author
Vincent Eichhorn
committed
fixed test
1 parent 0869500 commit 75fb893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/SpotifyConnect/SPOCTestClickable.class.st

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ SPOCTestClickable >> testClickableAction [
3030

3131
{
3232
#category : #testing,
33-
#'squeak_changestamp' : 'TL 6/10/2024 05:03'
33+
#'squeak_changestamp' : 'VE 7/8/2024 19:24'
3434
}
3535
SPOCTestClickable >> testClickableActionNotSet [
3636

3737
| clickable |
38+
clickable := SPOCClickable new.
3839
self should: [clickable mouseDown: nil] raise: Error
3940
]
4041

0 commit comments

Comments
 (0)