@@ -93,6 +93,8 @@ def test_transform_mol_prep(preparation_view: PreparationView):
93
93
"preparationType" : "DNA Extract" ,
94
94
"preparationContents" : "**OTHER_SOMATIC_ANIMAL_TISSUE**" ,
95
95
"preparationDate" : "2022-05-09" ,
96
+ "occurrenceID" : "f11c9c35-4da5-45e5-9dbb-6f8f55b26aa7" ,
97
+ "purpose" : "DNA barcoding only" ,
96
98
}
97
99
98
100
@@ -110,6 +112,8 @@ def test_transform_mammal_part(preparation_view: PreparationView):
110
112
"identifier" : "FF06063966" ,
111
113
"preparationProcess" : "Flash Freezing: Dry Ice" ,
112
114
"preparationContents" : "MUSCLE" ,
115
+ "occurrenceID" : "541cb421-2a3f-4699-ad3b-8030f36afffa" ,
116
+ "purpose" : "DNA barcoding only" ,
113
117
}
114
118
115
119
@@ -140,6 +144,8 @@ def test_transform_mol_prep_with_voucher_direct(
140
144
"decimalLatitude" : "10.0833333" ,
141
145
"decimalLongitude" : "35.6333333" ,
142
146
"locality" : "Forward base three, Mouth of Didessa River, Blue Nile Gorge, Ethiopia, Alt. 900 m" ,
147
+ "occurrenceID" : "f11c9c35-4da5-45e5-9dbb-6f8f55b26aa7" ,
148
+ "purpose" : "DNA barcoding only" ,
143
149
}
144
150
145
151
@@ -177,6 +183,8 @@ def test_transform_mol_prep_with_voucher_indirect(
177
183
"decimalLatitude" : "10.0833333" ,
178
184
"decimalLongitude" : "35.6333333" ,
179
185
"locality" : "Forward base three, Mouth of Didessa River, Blue Nile Gorge, Ethiopia, Alt. 900 m" ,
186
+ "occurrenceID" : "f11c9c35-4da5-45e5-9dbb-6f8f55b26aa7" ,
187
+ "purpose" : "DNA barcoding only" ,
180
188
}
181
189
182
190
@@ -208,6 +216,8 @@ def test_transform_mammal_part_with_voucher_direct(
208
216
"decimalLatitude" : "10.0833333" ,
209
217
"decimalLongitude" : "35.6333333" ,
210
218
"locality" : "Forward base three, Mouth of Didessa River, Blue Nile Gorge, Ethiopia, Alt. 900 m" ,
219
+ "occurrenceID" : "541cb421-2a3f-4699-ad3b-8030f36afffa" ,
220
+ "purpose" : "DNA barcoding only" ,
211
221
}
212
222
213
223
@@ -244,6 +254,8 @@ def test_transform_mammal_part_with_voucher_indirect(
244
254
"decimalLatitude" : "10.0833333" ,
245
255
"decimalLongitude" : "35.6333333" ,
246
256
"locality" : "Forward base three, Mouth of Didessa River, Blue Nile Gorge, Ethiopia, Alt. 900 m" ,
257
+ "occurrenceID" : "541cb421-2a3f-4699-ad3b-8030f36afffa" ,
258
+ "purpose" : "DNA barcoding only" ,
247
259
}
248
260
249
261
0 commit comments