Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankBro committed Jan 22, 2024
1 parent db1e9a3 commit 8868aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() {

#[test]
fn readme_test() {
let file = std::fs::read_to_string("README.md").unwrap();
let file = std::fs::read_to_string("../README.md").unwrap();
let lines: Vec<&str> = file.lines().collect();
let mut i = 0;

Expand Down

0 comments on commit 8868aa9

Please sign in to comment.