fix tests

This commit is contained in:
seditionist
2023-08-17 00:35:22 -04:00
parent f9a56e2b3a
commit 97532b0c03
2 changed files with 3 additions and 5 deletions

View File

@@ -280,8 +280,6 @@ export const FORMATTED_SOUL_WARS = 'Soul Wars Zeal';
export const FORMATTED_LEAGUE_POINTS = 'League Points';
export const FORMATTED_RIFTS_CLOSED = 'Rifts closed';
export const INVALID_FORMAT_ERROR = 'Invalid hiscores format';
export const PLAYER_NOT_FOUND_ERROR = 'Player not found';
export class InvalidFormatError extends Error {
__proto__ = Error;