1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-01 03:40:53 +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) => { types.forEach((type) => {
expect(nUtils.getColor(type)).toMatchSnapshot(); expect(nUtils.getPrimaryColor(type)).toMatchSnapshot();
}); });
}); });
it('get icon', () => { it('get icon', () => {