1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-29 02:18:06 +00:00

fix utils tests: notification.test

This commit is contained in:
Szymon Lesisz 2018-11-06 14:23:37 +01:00
parent f3024e1abb
commit bc6b47eb62

View File

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