Skip to content

Commit

Permalink
elastic#6537 adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelhallmann53 committed Oct 5, 2016
1 parent ca87c48 commit 23e2ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/stringify/__tests__/_color.js
Expand Up @@ -46,7 +46,7 @@ describe('Color Format', function () {
}]
});
expect(colorer.convert('B', 'html')).to.eql('B');
expect(colorer.convert('AAA', 'html')).to.eql('<span style="color: blue;background-color: yellow;">B</span>');
expect(colorer.convert('AAA', 'html')).to.eql('<span style="color: blue;background-color: yellow;">AAA</span>');
expect(colorer.convert('AB', 'html')).to.eql('<span style="color: blue;background-color: yellow;">AB</span>');
expect(colorer.convert('a', 'html')).to.eql('a');
});
Expand Down

0 comments on commit 23e2ce1

Please sign in to comment.