summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/set.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/set.typ')
-rw-r--r--tests/typ/compiler/set.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/set.typ b/tests/typ/compiler/set.typ
index b317e60c..23b3a7c6 100644
--- a/tests/typ/compiler/set.typ
+++ b/tests/typ/compiler/set.typ
@@ -40,7 +40,7 @@ Hello *#x*
// Test relative path resolving in layout phase.
#let choice = ("monkey.svg", "rhino.png", "tiger.jpg")
#set enum(numbering: n => {
- let path = "/files/" + choice.at(n - 1)
+ let path = "/assets/images/" + choice.at(n - 1)
move(dy: -0.15em, image(path, width: 1em, height: 1em))
})