Skip to content

Commit

Permalink
Fix test assertions in light of changes from PR #14897 (#14984)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff303 committed Feb 26, 2021
1 parent d3c84f0 commit 8d5dd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/metabase/util/ssh_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8d5dd19

Please sign in to comment.