Skip to content

Commit c2e482c

Browse files
committed
Fixed test breakage
1 parent 789c0b2 commit c2e482c

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

lib/event.rb

Lines changed: 0 additions & 28 deletions
This file was deleted.

lib/tess/api/event.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def self.resource_path
1616
attr_accessor :id, :external_id, :title, :subtitle, :url, :organizer, :last_scraped, :scraper_record, :description,
1717
:scientific_topic_names, :event_types, :keywords, :start, :end, :sponsor, :online, :for_profit, :venue,
1818
:city, :county, :country, :postcode, :latitude, :longitude, :package_ids, :node_ids, :target_audience,
19-
:eligibility, :host_institutions, :capacity, :contact, :external_resources_attributes
19+
:eligibility, :host_institutions, :capacity, :contact, :external_resources_attributes, :timezone
2020

2121
EVENT_TYPE = {
2222
awards_and_prizegivings: 'awards_and_prizegivings',

0 commit comments

Comments
 (0)