In [`KoanAboutSymbols`], [`test02symbolsCanBeCompared`] and [`test03identicalSymbolsAreASingleIdenticalObject`] are redundant. Symbol identity is already shown in the former, thus the latter shows nothing new. A potential fix might be changing the former to show equality (`=`) and inequality (`~=`) instead, leaving the latter to demonstrate identity (`==`). [`KoanAboutSymbols`]: https://github.com/hpi-swa-teaching/Koans/blob/f946b00cde1ff44a11e87a5c6425ed85617bf3ff/src/Koans-Chapters.package/KoanAboutSymbols.class [`test02symbolsCanBeCompared`]: https://github.com/hpi-swa-teaching/Koans/blob/f946b00cde1ff44a11e87a5c6425ed85617bf3ff/src/Koans-Chapters.package/KoanAboutSymbols.class/instance/test02symbolsCanBeCompared.st [`test03identicalSymbolsAreASingleIdenticalObject`]: https://github.com/hpi-swa-teaching/Koans/blob/f946b00cde1ff44a11e87a5c6425ed85617bf3ff/src/Koans-Chapters.package/KoanAboutSymbols.class/instance/test03identicalSymbolsAreASingleIdenticalObject.st