Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit dfcdbeb

Browse files
committed
Fix for test developed for #94
1 parent 3bc1340 commit dfcdbeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_public_actions(self):
244244
report-of-the-calpers-special-review-p1.txt'
245245
)
246246
self.assertEqual(
247-
document.get_page_text(1).split("\n")[0].strip(),
247+
obj.get_page_text(1).split("\n")[0].strip(),
248248
"Report of the CalPERS Special Review"
249249
)
250250

0 commit comments

Comments
 (0)