fixed test erro

This commit is contained in:
2023-03-13 01:44:58 +01:00
parent 4cc8addb72
commit bdfa89dee4
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use crate::app::builder::asciidoctor;
use crate::app::build::asciidoctor;
#[test]
fn last_matching_index_0() {

View File

@@ -1,2 +1,2 @@
mod fs_util;
mod builder;
mod build;