Hi Lukas/Romain.� While building a PharoDev, I noticed that� ECUntypedModelTest >> testNarrowWith�� is failing.
The problem is in:
��� self assert: count > 100.
as "count", which is equal to "model entries size", is 98.
Of course, if I change it to
self assert: count > 90.
for example, it works prefect.
I have no idea about this. What do you think ?
Cheers
Mariano