Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Oct 23, 2023
1 parent 6fb9b10 commit f4f252c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions vegafusion-core/src/planning/fuse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,17 @@ mod tests {
}
]
},
{
"name": "data_4",
"source": "data_1",
"transform": [
{
"type": "formula",
"expr": "datum.A * 5",
"as": "D"
}
]
},
]
}
))
Expand Down Expand Up @@ -378,6 +389,17 @@ mod tests {
"as": "C"
}
]
},
{
"name": "data_4",
"source": "data_1",
"transform": [
{
"type": "formula",
"expr": "datum.A * 5",
"as": "D"
}
]
}
]
}"#
Expand Down

0 comments on commit f4f252c

Please sign in to comment.