Skip to content

Commit

Permalink
fix unit test expect statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jun 25, 2020
1 parent 5dd915e commit cd9637e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('assignCategoriesToPalette', () => {
{ stop: 'bravo', style: 'orange' },
{ stop: 'charlie', style: 'yellow' },
],
fallback: 'green',
fallbackSymbolId: 'green',
});
});

Expand All @@ -103,7 +103,7 @@ describe('assignCategoriesToPalette', () => {
{ stop: 'alpah', style: 'red' },
{ stop: 'bravo', style: 'orange' },
],
fallback: 'yellow',
fallbackSymbolId: 'yellow',
});
});

Expand All @@ -118,7 +118,7 @@ describe('assignCategoriesToPalette', () => {
{ stop: 'alpah', style: 'red' },
{ stop: 'bravo', style: 'orange' },
],
fallback: 'yellow',
fallbackSymbolId: 'yellow',
});
});
});
Expand Down

0 comments on commit cd9637e

Please sign in to comment.