Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Aug 27, 2023
1 parent d52ec89 commit 95c80a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bookmark_reader/firefox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ mod tests {

#[test]
fn test_parse_all() {
let source_path = Path::new("test_data/bookmarks_firefox.jsonlz4");
let source_path = Path::new("test_data/bookmarks_firefox.json");
assert!(source_path.exists());

let bookmark_reader = FirefoxBookmarkReader;
Expand All @@ -244,7 +244,7 @@ mod tests {

#[test]
fn test_parse_folder() {
let source_path = Path::new("test_data/bookmarks_firefox.jsonlz4");
let source_path = Path::new("test_data/bookmarks_firefox.json");
assert!(source_path.exists());

let bookmark_reader = FirefoxBookmarkReader;
Expand Down

0 comments on commit 95c80a6

Please sign in to comment.