Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Aug 31, 2023
1 parent 69e7569 commit e135b40
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def test_fuzzy_match_quotes_to_docs(self) -> None:
blurb="anything",
semantic_identifier="anything",
section_continuation=False,
boost=1,
metadata={},
)
test_chunk_1 = InferenceChunk(
Expand All @@ -123,6 +124,7 @@ def test_fuzzy_match_quotes_to_docs(self) -> None:
blurb="whatever",
semantic_identifier="whatever",
section_continuation=False,
boost=1,
metadata={},
)

Expand Down

0 comments on commit e135b40

Please sign in to comment.