From 75751ab8594e862f80b7d63053851ea68cc9e745 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Mon, 8 Jun 2026 14:57:25 -0300 Subject: [PATCH] Update LoggingAsserter to only capture LogRecord instances --- source/Bell-SUnit/LoggingAsserter.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }