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:
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…
Reference in New Issue
Block a user