Commit 88b894c8 authored by Tankred Hase's avatar Tankred Hase

Fix store unit test

parent 80bb26f4
......@@ -11,7 +11,7 @@ describe('Store Unit Tests', () => {
it('should set computed vales', () => {
expect(store.unitFiatLabel, 'to be', undefined);
store.init();
expect(store.unitFiatLabel, 'to equal', 'SAT');
expect(store.unitFiatLabel, 'to equal', 'sats');
});
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment