Skip to content

Commit 2601a2e

Browse files
committed
fix(tests): Fix failing test
I didnt update a test for our new improved extraction. This one caputres the full text
1 parent 797477c commit 2601a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ModelsTest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def test_corrected_full_citation_includes_closing_parenthesis(self):
219219
)[0]
220220
self.assertEqual(
221221
full_case_citation.corrected_citation_full(),
222-
"Bank v. Vinson, 477 U.S. 57, 60 (scotus 1986)",
222+
"Meritor Sav. Bank v. Vinson, 477 U.S. 57, 60 (scotus 1986)",
223223
)
224224

225225
def test_page_correction(self):

0 commit comments

Comments
 (0)