Skip to content

Commit

Permalink
fix(test): fix bdd error
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyekunle committed May 23, 2019
1 parent 6b63b55 commit 523c670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/support/steps/expenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When('{string} expenses {string} for {string} to {string} via {string}', async f
const user = this.getValue(`${userName}-user`);
const collective = this.getValue(collectiveName);
const expense = {
amount,
amount: Number(amount),
currency,
description,
payoutMethod: payoutMethod.toLowerCase(),
Expand Down

0 comments on commit 523c670

Please sign in to comment.