Updated to ruby 3.3. (#1) #20
Annotations
2 errors
spec/features/data_sets/create_data_set_spec.rb#L10
Create a data set with valid inputs creates the data set successfully
Failure/Error:
expect(data_set.fields.pluck(:heading)).to eq(
%w[
incident_number call_type call_type_group call_time Street call_origin
mental_health drug_related dv_related alcohol_related Area AreaName
Latitude Longitude Hour DayOfWeek WARD DISTRICT priority Month year
]
)
expected: ["incident_number", "call_type", "call_type_group", "call_time", "Street", "call_origin", "mental_hea...ame", "Latitude", "Longitude", "Hour", "DayOfWeek", "WARD", "DISTRICT", "priority", "Month", "year"]
got: ["call_time", "Street", "call_origin", "mental_health", "drug_related", "dv_related", "alcohol_relate... "WARD", "incident_number", "call_type", "call_type_group", "DISTRICT", "priority", "Month", "year"]
(compared using ==)
|
|
This job failed
Loading