Skip to content

Commit

Permalink
Merge 388dcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Aug 26, 2024
2 parents a90b44b + 388dcc7 commit ad46d3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GtRemotePhlowForwarderViewInspectionExamples >> assertBasicForwarderView: aView
self assert: aView title equals: 'Forwarded view'.

self assert: aView actions size equals: 0.
self assert: aView allActionsPromise wait size equals: 0.
self assert: aView allActionsFuture wait size equals: 0.
self assert: aView actions size equals: 0.
self assert: ((aView asElementDo: [ :anElement | anElement ]) isKindOf: BrFromFuture).
]
Expand Down

0 comments on commit ad46d3d

Please sign in to comment.