Skip to content

Commit

Permalink
pep8: fix indendation in test
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Aug 26, 2014
1 parent 1219084 commit d83583d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ def test_complex_diff(self):
'n': 10,
'date_str': u'2013-07-08 00:00:00',
'float_here': 0.454545,
'complex': [{'id': 83865,
'complex': [{
'id': 83865,
'goal': Decimal('2.000000'),
'state': u'active'}],
'profile_id': None,
Expand All @@ -103,7 +104,8 @@ def test_complex_diff(self):
'n': 10,
'date_str': u'2013-07-08 00:00:00',
'float_here': 0.454545,
'complex': [{'id': 83865,
'complex': [{
'id': 83865,
'goal': Decimal('2.000000'),
'state': u'active'}],
'profile_id': None,
Expand Down

0 comments on commit d83583d

Please sign in to comment.