Skip to content

Commit caceeb6

Browse files
committed
fixes test and naming and adds comment
1 parent 1d82153 commit caceeb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

migration/openresearch/eventcorpus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from openresearch.event import EventList,EventSeriesList
77
class EventCorpus(object):
88
'''
9-
Towards a gold standard event corpus ...
9+
Towards a gold standard event corpus and observatory ...
1010
'''
1111

1212
def __init__(self,debug=False):

migration/tests/testIssue168.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def testEventCorpus(self):
3434
self.assertTrue(hasattr(event, 'lastEditor'))
3535
if hasattr(event,'inEventSeries'): withSeries+=1
3636
if self.debug:
37-
print(f"inEventsiers: {withSeries}")
37+
print(f"inEventseries: {withSeries}")
3838
self.assertTrue(withSeries>4500)
3939

4040

0 commit comments

Comments
 (0)