@@ -109,7 +109,7 @@ private BaseData CreateNewInstance()
109109 AlertType = "string" ,
110110 States = new Dictionary < string , List < string > > { { "string" , new List < string > { "string" } } } ,
111111 Agencies = new List < string > { "string" } ,
112- Sector = " string" ,
112+ Sector = new List < Dictionary < string , string > > { new Dictionary < string , string > { { "key" , "value" } } } ,
113113 AnnouncementUrl = "string" ,
114114 CreatedAt = DateTime . MinValue
115115 } ;
@@ -143,7 +143,7 @@ private BaseData CreateNewCollectionInstance()
143143 AlertType = "string" ,
144144 States = new Dictionary < string , List < string > > { { "string" , new List < string > { "string" } } } ,
145145 Agencies = new List < string > { "string" } ,
146- Sector = " string" ,
146+ Sector = new List < Dictionary < string , string > > { new Dictionary < string , string > { { "key" , "value" } } } ,
147147 AnnouncementUrl = "string" ,
148148 CreatedAt = DateTime . MinValue
149149 } ,
@@ -171,7 +171,7 @@ private BaseData CreateNewCollectionInstance()
171171 AlertType = "string" ,
172172 States = new Dictionary < string , List < string > > { { "string" , new List < string > { "string" } } } ,
173173 Agencies = new List < string > { "string" } ,
174- Sector = " string" ,
174+ Sector = new List < Dictionary < string , string > > { new Dictionary < string , string > { { "key" , "value" } } } ,
175175 AnnouncementUrl = "string" ,
176176 CreatedAt = DateTime . MinValue
177177 }
0 commit comments