Skip to content

Commit

Permalink
contextMenu now is nil at first (since we do not use it anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Oct 11, 2024
1 parent 3a912b4 commit 3be53e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Code-Tests/SpCodePresenterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SpCodePresenterTest >> testContextKeyBindings [
SpCodePresenterTest >> testContextMenu [
| menu changed |

self assert: presenter contextMenu isNotNil. "The code presenter comes with a menu by default"
self assert: presenter contextMenu isNil.
menu := SpMenuPresenter new.
changed := false.
presenter whenMenuChangedDo: [
Expand Down

0 comments on commit 3be53e4

Please sign in to comment.