Skip to content

Commit

Permalink
SpRadioButtonAdapterTest: access label via adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 10, 2024
1 parent 0c977f5 commit 97956bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Backend-Tests/SpRadioButtonAdapterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SpRadioButtonAdapterTest >> classToTest [
SpRadioButtonAdapterTest >> testChangingLabelAffectTheWidget [

presenter label: 'ALabel'.
self assert: self widget label equals: 'ALabel'
self assert: self adapter label equals: 'ALabel'
]

{ #category : 'tests' }
Expand Down

0 comments on commit 97956bf

Please sign in to comment.