Skip to content

Commit

Permalink
fixed error in isAbstract
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jun 30, 2024
1 parent 945365c commit 58b2b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/OpenPonk-BPMN/OPBPMNNodeControllerTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OPBPMNNodeControllerTest class >> isAbstract [
"Override to true if a TestCase subclass is Abstract and should not have
TestCase instances built from it"

^ (self = OPBPMNNodeControllerTest) | (self = OPBPMNControllerTest)
^ self = OPBPMNNodeControllerTest
]

{ #category : 'accessing' }
Expand Down

0 comments on commit 58b2b12

Please sign in to comment.