Skip to content

Commit

Permalink
Fixing test for python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcharnock committed Feb 9, 2018
1 parent 4b9b3a4 commit 61c21e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftwind/billing_cycle/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,5 +428,5 @@ def test_transactions_created(self, mock):
cycle1.save()
response = self.client.post(reverse('billing_cycles:send', args=[cycle1.uuid]))
self.assertEqual(response.status_code, 302)
mock.assert_called()
assert mock.called

0 comments on commit 61c21e8

Please sign in to comment.