Skip to content

Commit

Permalink
Revert name change
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Sep 30, 2020
1 parent fb58b89 commit 85f50b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ describe('Mapped Colors', () => {

it('should treat different formats of colors as equal', () => {
const color = new Color(seedColors[0]);
const rgbColorString = `rgb(${color.red()}, ${color.green()}, ${color.blue()})`;
const newConfig = { bar: rgbColorString };
const rgb = `rgb(${color.red()}, ${color.green()}, ${color.blue()})`;
const newConfig = { bar: rgb };
config.set(COLOR_MAPPING_SETTING, newConfig);

const arr = ['foo', 'bar', 'baz', 'qux'];
Expand Down

0 comments on commit 85f50b7

Please sign in to comment.