Skip to content

Commit

Permalink
Add class-side method that parent commit missed
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Feb 5, 2025
1 parent 98d209b commit c74c022
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Bloc-Tests/BlSpacePropertiesTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Class {
#category : #'Bloc-Tests-Space'
}

{ #category : #'building suites' }
BlSpacePropertiesTest class >> testParameters [

^ super testParameters
forSelector: #showFirst
addOptions: #(true false)
]

{ #category : #running }
BlSpacePropertiesTest >> setUp [

Expand Down

0 comments on commit c74c022

Please sign in to comment.