Skip to content

Commit

Permalink
Switch row-type-agnostic-test back to strings for expected
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff303 committed Mar 22, 2021
1 parent 9086b3a commit ce64e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/metabase/query_processor/reducible_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@
[2147483647]]
(process-query)))
(testing "Should work with the middleware options used by API requests as well"
(is (= [[1]
[2147483647]]
(is (= [["1"]
["2147483647"]]
(process-query :middleware @api-qp-middleware-options)))))))))))

0 comments on commit ce64e07

Please sign in to comment.