Skip to content

Commit

Permalink
Fixes failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
href committed Nov 26, 2014
1 parent 3b1bc06 commit 166ece8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libres/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1653,3 +1653,6 @@ def test_availability_by_day(scheduler):
resources = (scheduler.resource, )
days = scheduler.queries.availability_by_day(*dates, resources=resources)
assert days[dates[0].date()][0] == 0.00

sc2.extinguish_managed_records()
sc2.commit()

0 comments on commit 166ece8

Please sign in to comment.