mabdi / small-amp

Test Amplification for Pharo
MIT License
5 stars 4 forks source link

Type assertion for Class objects #71

Open mabdi opened 4 years ago

mabdi commented 4 years ago
self assert: STON mapClass class equals: Dictionary class.

should be

self assert: STON mapClass equals: Dictionary.