diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typeset.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs index b5c14cb3..f3f5bfbe 100644 --- a/tests/typeset.rs +++ b/tests/typeset.rs @@ -184,7 +184,7 @@ fn config() -> Config { Config { root: PathBuf::new(), - roles: typst::library::roles(), + items: typst::library::items(), std, styles, } |
