fix utils tests: notification.test

pull/234/head
Szymon Lesisz 6 years ago
parent f3024e1abb
commit bc6b47eb62

@ -12,7 +12,7 @@ describe('device utils', () => {
];
types.forEach((type) => {
expect(nUtils.getColor(type)).toMatchSnapshot();
expect(nUtils.getPrimaryColor(type)).toMatchSnapshot();
});
});
it('get icon', () => {

Loading…
Cancel
Save