mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix adding file path instead of stem to markdown entries
This commit is contained in:
@@ -16,7 +16,7 @@ def test_extract_markdown_with_no_headings(tmp_path):
|
||||
data = {
|
||||
f"{tmp_path}": entry,
|
||||
}
|
||||
expected_heading = f"# {tmp_path.stem}"
|
||||
expected_heading = f"# {tmp_path}"
|
||||
|
||||
# Act
|
||||
# Extract Entries from specified Markdown files
|
||||
|
||||
Reference in New Issue
Block a user