mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Fixed test that tried to use a floating point epoch date
This commit is contained in:
parent
f0e8d2027c
commit
628f6b5fa6
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class TestTimesheet(TestCase):
|
|||
# C0 completed, this week
|
||||
# C1 completed, last week
|
||||
# C2 completed, 2wks ago
|
||||
now = time()
|
||||
now = int(time())
|
||||
seven = now - 7 * 86400
|
||||
fourteen = now - 14 * 86400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue