summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/bytes.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/bytes.typ')
-rw-r--r--tests/typ/compiler/bytes.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/bytes.typ b/tests/typ/compiler/bytes.typ
index 284ef773..a9249bdd 100644
--- a/tests/typ/compiler/bytes.typ
+++ b/tests/typ/compiler/bytes.typ
@@ -2,7 +2,7 @@
// Ref: false
---
-#let data = read("/files/rhino.png", encoding: none)
+#let data = read("/assets/images/rhino.png", encoding: none)
#test(data.len(), 232243)
#test(data.slice(0, count: 5), bytes((137, 80, 78, 71, 13)))
#test(str(data.slice(1, 4)), "PNG")