Skip to content

Commit

Permalink
fix expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Oct 19, 2024
1 parent 7c035b5 commit 2445f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegafusion-runtime/tests/test_pre_transform_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ mod tests {
if let Err(VegaFusionError::PreTransformError(err, _)) = result {
assert_eq!(
err,
"Requested variable (Variable { name: \"source_0\", namespace: Data }, [])\n \
"Requested variable PreTransformVariable { variable: Some(Variable { name: \"source_0\", namespace: Data }), scope: [] }\n \
requires transforms or signal expressions that are not yet supported"
)
} else {
Expand Down

0 comments on commit 2445f59

Please sign in to comment.