I was going through the syllabus and noticed that task 3 has no corresponding test. The task is to be able to run this code: ```csharp var wizard = new Wizard(); wizard.PrepareSpell(); ``` It also seems to be missing a return value.