diff --git a/test/metabase/test/data/interface.clj b/test/metabase/test/data/interface.clj index e8dd027f464e70a693fb1898bce47b78e7ec5f7c..f2ff1bb0a5fb8c12fcff6d176b878d015eb335a8 100644 --- a/test/metabase/test/data/interface.clj +++ b/test/metabase/test/data/interface.clj @@ -96,7 +96,7 @@ (e.g., `h2` would want to upcase these names; `mongo` would want to use `\"_id\"` in place of `\"id\"`.") (id-field-type [this] - "*OPTIONAL* Return the `base_type` of the `id` `Field` (e.g. `:IntegerField` or `:BigIntegerField`). Defaults to `:IntegerField`.")) + "*OPTIONAL* Return the `base_type` of the `id` `Field` (e.g. `:IntegerField` or `:BigIntegerField`). Defaults to `:IntegerField`.")) (def IDatasetLoaderDefaultsMixin {:expected-base-type->actual (fn [_ base-type] base-type)