Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Minnaar authored and Alex Minnaar committed Aug 3, 2023
1 parent 822405e commit 9a6e53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/crawler/test_process_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def hello_world():
'line 2 and ending at line 3. The code snippet starting at line 2 and '
'ending at line 6 is \n ```\ndef hello_world():\n '
'print("Hello, World!")\n\n# Call the function\nhello_world()\n``` ',
metadata={'start_index': 1, 'starting_line': 2, 'ending_line': 6}),]
metadata={'start_index': 1}),]
assert expected_docs == docs

def test_contains_hidden_dir_is_hidden(self):
Expand Down

0 comments on commit 9a6e53c

Please sign in to comment.