Skip to content
Snippets Groups Projects
Commit ba82e0b6 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #767 from metabase/fix_latitude_in_tests

Fix latitude in tests
parents 276b2760 e48353e9
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@
display_name NonEmptyString}
(write-check Field id)
(check-500 (m/mapply upd Field id (merge {:description description ; you're allowed to unset description and special_type
:special_type special_type
:display_name display_name} ; but field_type and preview_display must be replaced
:special_type special_type} ; but field_type and preview_display must be replaced
(when display_name {:display_name display_name})
(when field_type {:field_type field_type}) ; with new non-nil values
(when-not (nil? preview_display) {:preview_display preview_display}))))
(Field id))
......
......@@ -70,7 +70,7 @@
:table_id (id :venues)
:special_type "fk"
:name "LATITUDE"
:display_name nil
:display_name "Latitude"
:updated_at $
:active true
:id $
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment