force circleci to try again

This commit is contained in:
ryan
2019-03-12 21:11:11 -07:00
parent 4e5e548902
commit f5e8734c6b
@@ -40,7 +40,7 @@ describe('Process simple display values', () => {
assertSame(3, processors, { text: '3', numeric: 3 });
});
it('Text', () => {
it('Text to number', () => {
assertSame('3', processors, { text: '3', numeric: 3 });
});