aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/style/stylesheets.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/style/stylesheets.rs')
-rw-r--r--tests/unit/style/stylesheets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/style/stylesheets.rs b/tests/unit/style/stylesheets.rs
index 7791fb14b9b..2efd471b99f 100644
--- a/tests/unit/style/stylesheets.rs
+++ b/tests/unit/style/stylesheets.rs
@@ -256,7 +256,7 @@ fn test_parse_stylesheet() {
]
})))
- ],
+ ].into(),
};
assert_eq!(format!("{:#?}", stylesheet), format!("{:#?}", expected));