Skip to content
Snippets Groups Projects
Unverified Commit 8d5dd197 authored by Jeff Evans's avatar Jeff Evans Committed by GitHub
Browse files

Fix test assertions in light of changes from PR #14897 (#14984)

parent d3c84f05
Branches
Tags
No related merge requests found
......@@ -265,12 +265,12 @@
(sync/sync-database! db)
(letfn [(check-data [] (is (= {:cols [{:base_type :type/Text
:display_name "COL1"
:field_ref [:field-literal "COL1" :type/Text]
:field_ref [:field "COL1" {:base-type :type/Text}]
:name "COL1"
:source :native}
{:base_type :type/Decimal
:display_name "COL2"
:field_ref [:field-literal "COL2" :type/Decimal]
:field_ref [:field "COL2" {:base-type :type/Decimal}]
:name "COL2"
:source :native}]
:rows [["First Row" 19.10M]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment