summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/foundations/dict.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/foundations/dict.typ b/tests/suite/foundations/dict.typ
index 2c2d2a41..d75b9162 100644
--- a/tests/suite/foundations/dict.typ
+++ b/tests/suite/foundations/dict.typ
@@ -136,8 +136,8 @@
--- dict-from-module ---
// Test dictionary constructor
-#dictionary(sys).at("version")
-#dictionary(sys).at("no-crash", default: none)
+#test(type(dictionary(sys).at("version")), version)
+#test(dictionary(sys).at("no-crash", default: none), none)
--- dict-remove-order ---
// Test that removal keeps order.