We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0bda7 commit 6944346Copy full SHA for 6944346
src/MuTalk-Utilities/MTUtilityAnalysis.class.st
@@ -49,7 +49,7 @@ MTUtilityAnalysis >> initializeMtAnalysis [
49
testClasses: { } ]
50
on: Warning
51
do: [ :warning |
52
- warning messageText = 'There is currently o tests'
+ warning messageText = 'There is currently no tests'
53
ifTrue: [ warning resume ]
54
ifFalse: [ warning signal ] ] ]
55
]
0 commit comments