test für wizard

This commit is contained in:
Frederik Jaeckel 2022-12-19 21:53:00 +01:00
parent 77d6e5f8ef
commit 347f09b49e
3 changed files with 80 additions and 1 deletions

View file

@ -124,7 +124,6 @@ class ImportWizard(Wizard):
done_dates.append(rate['date'])
if len(to_create) > 0:
print('-- to_create:', to_create)
Rate.create(to_create)
@classmethod