Skip to content

Commit 75bd796

Browse files
authored
Update ClapTestRunner.class.st
Revert SUnit-Basic-Clap because superclass defines an inform: method
1 parent 0136360 commit 75bd796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SUnit-Basic-CLI/ClapTestRunner.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ClapTestRunner >> runPackages [
8888
| packages results |
8989

9090
packages := self testPackages.
91-
InformativeNotification signal: 'Running tests in ', packages size asString, ' Packages'.
91+
self inform: 'Running tests in ', packages size asString, ' Packages'.
9292
results := (self testRunner runPackages: packages) select: #isNotNil.
9393

9494
self informResults: results.

0 commit comments

Comments
 (0)