Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 88b894c

Browse files
committed
Fix store unit test
1 parent 80bb26f commit 88b894c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/store.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Store Unit Tests', () => {
1111
it('should set computed vales', () => {
1212
expect(store.unitFiatLabel, 'to be', undefined);
1313
store.init();
14-
expect(store.unitFiatLabel, 'to equal', 'SAT');
14+
expect(store.unitFiatLabel, 'to equal', 'sats');
1515
});
1616
});
1717
});

0 commit comments

Comments
 (0)