Skip to content

Commit bd65c7a

Browse files
committed
Typing error fixing
1 parent 996b9ac commit bd65c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migration/tests/testIssue236.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def testGetEventSeries(self):
3636
def testDictConversion(self):
3737
if hf.inPublicCI(): return
3838
eventList2 = EventList()
39-
eventList2.fromWikiSonBackupFiles('Event', wikiId=self.wikiId,backupdir=self.backupdir)
39+
eventList2.fromWikiSonBackupFiles('Event', wikiId=self.wikiId,backupdir=self.backupdir,listOfItems=['3DUI 2020', '3DUI 2016'])
4040
self.assertGreaterEqual(len(eventList2.getList()), 2)
4141

4242

0 commit comments

Comments
 (0)