Skip to content

Commit

Permalink
#167 fix linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
azurepolarbear committed Nov 6, 2024
1 parent 86688e9 commit f05160b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { ASEXUAL_FLAG_PALETTE, PRIDE_PALETTES } from 'palettes';
import { checkForPaletteInMap, checkForValidStringMap } from 'unit-test/shared';

const EXPECTED_PALETTES: { palette: Palette }[] = [
{ palette:ASEXUAL_FLAG_PALETTE }
{ palette: ASEXUAL_FLAG_PALETTE }
];

const MAP_NAME: string = 'PRIDE_PALETTES';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('ASEXUAL_FLAG_PALETTE tests', (): void => {
PC_A3A3A3,
PC_FFFFFF,
PC_80007F
]
];

test(`${PALETTE_NAME} is valid`, (): void => {
checkForValidPalette(ASEXUAL_FLAG_PALETTE, expectedColors);
Expand Down

0 comments on commit f05160b

Please sign in to comment.