Missing unit test for task 3 of Wizards and Warriors exercise
Open
- Dominant language
- C#
- Stars
- 427
- Forks
- 383
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 5
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.