Missing unit test for task 3 of Wizards and Warriors exercise
Offen
- Vorherrschende Sprache
- C#
- Sterne
- 427
- Forks
- 383
- Ø Merge
- 2 T. 2 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.