From dafc430b5f425b6069d3105568d5cacb316cc5ee Mon Sep 17 00:00:00 2001 From: mlange-42 Date: Wed, 18 Jan 2023 13:44:12 +0100 Subject: [PATCH] fix copy_theme unit test --- tests/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/init.rs b/tests/init.rs index c429f3b1..15d6ecef 100644 --- a/tests/init.rs +++ b/tests/init.rs @@ -116,10 +116,10 @@ fn copy_theme() { let expected = vec![ "book.js", "css/chrome.css", + "css/exclude.css", "css/general.css", "css/print.css", "css/variables.css", - "css/exclude.css", "favicon.png", "favicon.svg", "highlight.css",