Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Jan 28, 2024
1 parent c8b8b78 commit 633afb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const mappedBossNames: [keyof BossRecords, string][] = [
['phantomMuspah', 'Phantom Muspah'],
['sarachnis', 'Sarachnis'],
['scorpia', 'Scorpia'],
['scurrius', 'Scurrius'],
['skotizo', 'Skotizo'],
['spindel', 'Spindel'],
['tempoross', 'Tempoross'],
Expand Down
1 change: 1 addition & 0 deletions src/meta/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export interface BossRecords {
phantomMuspah: MinigameScore;
sarachnis: MinigameScore;
scorpia: MinigameScore;
scurrius: MinigameScore;
skotizo: MinigameScore;
spindel: MinigameScore;
tempoross: MinigameScore;
Expand Down

0 comments on commit 633afb8

Please sign in to comment.