summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/world.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/world.rs b/tests/src/world.rs
index 5c267832..56ebc868 100644
--- a/tests/src/world.rs
+++ b/tests/src/world.rs
@@ -251,6 +251,6 @@ fn lines(
(1..=count)
.map(|n| numbering.apply(engine, context, &[n]))
.collect::<SourceResult<Array>>()?
- .join(Some('\n'.into_value()), None)
+ .join(engine, span, Some('\n'.into_value()), None)
.at(span)
}