Skip to content

Commit

Permalink
Cleanup: TestCase class>>#hasErrorTest
Browse files Browse the repository at this point in the history
fix #16585
  • Loading branch information
astares committed May 6, 2024
1 parent 94539ac commit 584c96a
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 @@ -309,7 +309,7 @@ TestCase class >> hasComment [
{ #category : 'testing' }
TestCase class >> hasErrorTest [

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

{ #category : 'testing' }
Expand Down

0 comments on commit 584c96a

Please sign in to comment.