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 58b2b12 commit 8c7fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/OpenPonk-BPMN/OPBPMNFlowControllerTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OPBPMNFlowControllerTest class >> isAbstract [
"Override to true if a TestCase subclass is Abstract and should not have
TestCase instances built from it"

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

{ #category : 'tests' }
Expand Down

0 comments on commit 8c7fbbe

Please sign in to comment.