Skip to content

Commit 215f6b3

Browse files
committed
Assertion amplification in #testProcessKeyDown
1 parent ea01b73 commit 215f6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Bloc-Tests/BlKeyboardProcessorTest.class.st

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Class {
55
'processor',
66
'space'
77
],
8-
#category : 'Bloc-Tests-Universe'
8+
#category : #'Bloc-Tests-Universe'
99
}
1010

1111
{ #category : #initialization }
@@ -33,5 +33,6 @@ BlKeyboardProcessorTest >> testProcessKeyDown [
3333
eventA key: BlKeyboardKey a.
3434

3535
processor processKeyDown: eventA.
36+
self assert: processor keystrokesAllowed.
3637
self assert: (processor buffer hasEvent: BlKeyboardKey a)
3738
]

0 commit comments

Comments
 (0)