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

Commit 1df65e1

Browse files
committed
Set fixed btc unit in integration tests
1 parent eeef65d commit 1df65e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/action/action-integration.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ describe('Action Integration Tests', function() {
120120
sandbox.stub(logger);
121121
store1 = new Store();
122122
store2 = new Store();
123+
store1.settings.unit = 'btc';
124+
store2.settings.unit = 'btc';
123125
store1.settings.displayFiat = false;
124126
store2.settings.displayFiat = false;
125127
store1.init();

0 commit comments

Comments
 (0)