Skip to content

Commit

Permalink
Fix parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
remear committed Dec 20, 2014
1 parent ec3af70 commit 08ad48e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions features/settlements.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@focus
Feature: Settlements
Settlement is the action of moving money out of an Account to a
bank account.
Expand Down Expand Up @@ -169,8 +170,10 @@ Feature: Settlements
And the response is valid according to the "reversals" schema
And the fields on these reversals match:
"""
"links": {
"credit": ":credit_id"
{
"links": {
"credit": ":credit_id"
}
}
"""

Expand Down

0 comments on commit 08ad48e

Please sign in to comment.