Skip to content

Commit

Permalink
no idea why tests failed I'll check other day
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Aug 19, 2024
1 parent 9a7c4cd commit 8766993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod tests {
use crate::util;

fn get_code_blocks() -> Vec<String> {
let files = util::rust_files(".", "").expect("rust files not found.");
let files = util::rust_files(".", "test").expect("rust files not found.");
let path_as_str = files[0].to_string_lossy();
let content = util::read_file_content(&path_as_str);
util::code_blocks(content.unwrap().as_str())
Expand Down

0 comments on commit 8766993

Please sign in to comment.