Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 10, 2024
1 parent 90f5e13 commit af7441d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Bloc-Tests/BlMockedEvent.class.st
Expand Up @@ -13,10 +13,12 @@ Class {

{ #category : #accessing }
BlMockedEvent >> payload [

^ payload
]

{ #category : #accessing }
BlMockedEvent >> payload: anObject [

payload := anObject
]
1 change: 0 additions & 1 deletion src/Bloc-Tests/BlMockedEventTarget.class.st
Expand Up @@ -16,7 +16,6 @@ Class {
{ #category : #accessing }
BlMockedEventTarget >> eventDispatcher [
"Return an object responsible for event dispatching"
<return: #BlDirectEventDispatcher>

^ eventDispatcher
]
Expand Down

0 comments on commit af7441d

Please sign in to comment.