Skip to content

Commit

Permalink
Fix also TestCase class>>#hasFailedTest
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed May 6, 2024
1 parent 584c96a commit 978a329
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 @@ -315,7 +315,7 @@ TestCase class >> hasErrorTest [
{ #category : 'testing' }
TestCase class >> hasFailedTest [

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

{ #category : 'testing' }
Expand Down

0 comments on commit 978a329

Please sign in to comment.