Skip to content

Commit

Permalink
Fix also TestCase class>>#hasPassedTest
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed May 6, 2024
1 parent 978a329 commit 40bba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SUnit-Core/TestCase.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ TestCase class >> hasMethodBeenRun: aSelector [
{ #category : 'testing' }
TestCase class >> hasPassedTest [

^ (self history at: #passed) isEmpty not
^ (self history at: #passed) isNotEmpty
]

{ #category : 'testing' }
Expand Down

0 comments on commit 40bba9f

Please sign in to comment.