Skip to content

Commit

Permalink
improves test for #71
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Jul 19, 2021
1 parent 3984274 commit 95847c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migration/tests/testIssue136_MissingAcronyms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'''
import unittest
from ormigrate.issue136_MissingAcronym import EventSeriesAcronymFixer
from tests.pagefixtoolbox import PageFixerToolbox, PageFixerTest
from tests.pagefixtoolbox import PageFixerTest

class TestIssue136(PageFixerTest):
'''
Expand Down
2 changes: 1 addition & 1 deletion migration/tests/testIssue71_InvalidDates.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def testIssue71Rating(self):
'''
pageTitleLists=self.getPageTitleLists("IEEE TSC 2008","IJCICG 2010","IJECEE 2009")
for pageTitleList in pageTitleLists:
counters=self.getRatingCounters(self, pageTitleList)
counters=self.getRatingCounters(pageTitleList)
painCounter=counters["pain"]
if pageTitleList is None:
self.assertGreater(painCounter[7],500)
Expand Down

0 comments on commit 95847c7

Please sign in to comment.