Skip to content

Commit

Permalink
Fix undo.t
Browse files Browse the repository at this point in the history
- resulting interval has union of tags of all joined intervals
  • Loading branch information
lauft committed Feb 27, 2019
1 parent f69620d commit c1ada61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/undo.t
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class TestUndo(TestCase):
self.assertClosedInterval(j[0],
expectedStart=four_hours_before_utc,
expectedEnd=one_hour_before_utc,
expectedTags=["bar"],
expectedTags=["bar", "foo"],
description="joined interval")

self.t("undo")
Expand Down

0 comments on commit c1ada61

Please sign in to comment.