Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fixed space
Browse files Browse the repository at this point in the history
  • Loading branch information
aandis committed Jan 13, 2016
1 parent 72e6d44 commit 78954e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/test_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_iter_payday_events(self):

# Make all events in the same year.
delta = '%s days' % (364 - (now - datetime(now.year, 1, 1)).days)
self.db.run("""
self.db.run("""
UPDATE paydays
SET ts_start = ts_start + interval %(delta)s
, ts_end = ts_end + interval %(delta)s;
Expand Down

0 comments on commit 78954e0

Please sign in to comment.