Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Sep 30, 2024
1 parent 7694b8e commit 29401d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framedb/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import enum
from typing import Callable, Dict, List

NUM_CHARACTERS = 34
NUM_CHARACTERS = 35


class CharacterName(enum.Enum):
Expand Down

0 comments on commit 29401d0

Please sign in to comment.