Skip to content

Commit

Permalink
Fixes typo in test case, Adds missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Smith committed Sep 29, 2015
1 parent 8a0fa3d commit 06bb813
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/discount_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_disable_discount(self):
self.fake('discounts/992807812',
method='GET',
code=200,
body=self.load_fixture('discounts'))
body=self.load_fixture('discount'))
self.fake('discounts/992807812/disable',
method='POST',
code=200,
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/discount.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"applies_to_resource": null,
"times_used": 0
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/discount_disabled.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"applies_to_resource": null,
"times_used": 0
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/discounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"times_used": 0
}
]
}
}

0 comments on commit 06bb813

Please sign in to comment.