Skip to content

Commit

Permalink
update test_load_from_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedrhoulam committed Jan 7, 2025
1 parent f85a245 commit 7d7785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs_core/src/loader/document_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ mod tests {

let doc1 = loader.next().unwrap();
assert_eq!(doc1.document_name, "doc1.txt");
assert_eq!(doc1.document_content, "Content of document 2");
assert_eq!(doc1.document_content, "Content of document 1");

let doc2 = loader.next().unwrap();
assert_eq!(doc2.document_name, "doc2.txt");
Expand Down

0 comments on commit 7d7785d

Please sign in to comment.