tests: cover last line of interval.py

This commit is contained in:
Frédéric Péters 2018-04-22 18:01:52 +02:00
parent 74c00fa1f2
commit 2772ed2cef
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ def test_intervals():
def test_interval_remove():
intervals = Intervals()
intervals.remove(10, 11) # do nothing
intervals.add(9, 12)
intervals.add(14, 17)
intervals.remove(11, 24)