diff --git a/source/Bell-SUnit/LoggingAsserter.class.st b/source/Bell-SUnit/LoggingAsserter.class.st index 03869d7..3c2adbf 100644 --- a/source/Bell-SUnit/LoggingAsserter.class.st +++ b/source/Bell-SUnit/LoggingAsserter.class.st @@ -56,7 +56,7 @@ LoggingAsserter >> logRecords [ { #category : 'running' } LoggingAsserter >> runMemoryLoggerDuring: aBlockClosure [ - memoryLogger runDuring: aBlockClosure + memoryLogger runFor: LogRecord during: aBlockClosure ] { #category : 'running' }