Skip to content

Commit a7872b3

Browse files
committed
fixes assertEqual
1 parent 7b3ed8b commit a7872b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_SMWApi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def testSMWBaseUrl(self):
173173
wikibot=TestWikiBot.getSMW_Wiki()
174174
if TestSMW.debug:
175175
print(wikibot.scriptPath)
176-
self.assertEquals("/w",wikibot.scriptPath)
176+
self.assertEqual("/w",wikibot.scriptPath)
177177

178178
# issue https://github.com/WolfgangFahl/py-3rdparty-mediawiki/issues/3
179179
# see https://www.semantic-mediawiki.org/wiki/User:WolfgangFahl/Workdocumentation_2020-06-01

0 commit comments

Comments
 (0)