# serializer version: 1
# name: test_get_territory_dates
  list([
    TerritoryDates(
      country_code='SE',
      country_release_date='2024-08-12',
      country_sale_start_date='2024-08-12',
      country_preorder_date='2024-08-10',
    ),
    TerritoryDates(
      country_code='US',
      country_release_date='2024-08-10',
      country_sale_start_date='2024-08-10',
      country_preorder_date='2024-08-08',
    ),
  ])
# ---
