From 628f6b5fa6164364cfef5c4d45b66763896cd625 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 29 Sep 2015 21:40:59 -0400 Subject: [PATCH] Test: Fixed test that tried to use a floating point epoch date --- test/timesheet.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/timesheet.t b/test/timesheet.t index 192837485..693811b69 100755 --- a/test/timesheet.t +++ b/test/timesheet.t @@ -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