Skip to content
Snippets Groups Projects
Unverified Commit 01a66c91 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Fix foriegn → foreign (#26673)

parent f40d2d9b
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ describe("Dimension", () => {
});
describe("INSTANCE METHODS", () => {
describe("foriegn", () => {
describe("foreign", () => {
it("should return a FieldDimension", () => {
const dimension = ORDERS.PRODUCT_ID.dimension().foreign(
PRODUCTS.CATEGORY.dimension(),
......
......@@ -44,7 +44,7 @@ const expression = [
["1 + [Subtotal]", ["+", 1, subtotal], "adding literal and field"],
["[User ID]", userId, "field name with spaces"],
["[foo]", ["expression", "foo"], "named expression"],
["[User → Name]", userName, "foriegn key"],
["[User → Name]", userName, "foreign key"],
["trim([User → Name])", ["trim", userName], "function with one argument"],
[
'coalesce([User → Name], ",")',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment