Skip to content

Commit

Permalink
test: Assert that we get the expected master ID after refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed May 13, 2024
1 parent 17ea29a commit c33040c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_items/test_calendaritems.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ def test_get_master_recurrence(self):
master_from_occurrence = third_occurrence.recurring_master()

master_from_occurrence.refresh() # Test that GetItem works
self.assertEqual(master_from_occurrence.id, master_item.id)
self.assertEqual(master_from_occurrence.recurrence, recurrence)
self.assertEqual(master_from_occurrence.subject, master_item.subject)

Expand Down

0 comments on commit c33040c

Please sign in to comment.