Skip to content

Commit

Permalink
Start time calculation assert fix because of time zone difference on …
Browse files Browse the repository at this point in the history
…travis ci
  • Loading branch information
enyone committed Mar 6, 2015
1 parent 9ad47a2 commit ba145cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_elisa_program():
program = elisa.getprogram(1234)
assert program["serviceName"] == "dummy-channel-name"
assert program["name"] == "dummy-service-name"
assert program["startTimeUTC"] == 1391253240000
assert program["startTimeUTC"] > 1300000000000
assert program["description"] == "dummy-service-description"

def test_elisa_program_fail():
Expand Down

0 comments on commit ba145cc

Please sign in to comment.