Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(Recurring Buy): fix faq failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Apr 11, 2018
1 parent 65f2a4e commit 4f4300b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/controllers/faq_ctrl_spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('faqCtrl', () => {
let scope;

let env = {
partners: {
sfox: {
Expand All @@ -9,6 +9,9 @@ describe('faqCtrl', () => {
},
unocoin: {
countries: ['IN']
},
coinify: {
countries: ['UK', 'FR']
}
},
webHardFork: { faqMessage: '' }
Expand Down

0 comments on commit 4f4300b

Please sign in to comment.