docs: update property

This commit is contained in:
Ilkka Seppälä
2024-05-17 18:52:51 +03:00
parent 6e22be370f
commit a0abbf09d9
2 changed files with 123 additions and 95 deletions
@@ -41,7 +41,7 @@ import org.junit.jupiter.api.Test;
class CharacterTest {
@Test
void testPrototypeStats() throws Exception {
void testPrototypeStats() {
final var prototype = new Character();
for (final var stat : Stats.values()) {