formatting

This commit is contained in:
Lukas Bockstaller
2026-04-08 12:33:02 +02:00
parent 166aa33b1b
commit a7388aa0a0

View File

@@ -993,7 +993,6 @@ def test_import_mixed_order_size_consistency(user, event, item):
'the value has already been set to "a1@example.com".') in str(excinfo.value) 'the value has already been set to "a1@example.com".') in str(excinfo.value)
@pytest.mark.django_db @pytest.mark.django_db
@scopes_disabled() @scopes_disabled()
def test_import_line_endings_mix(event, item, user): def test_import_line_endings_mix(event, item, user):
@@ -1015,7 +1014,7 @@ def test_import_line_endings_mix(event, item, user):
cf.save() cf.save()
import_orders.apply( import_orders.apply(
args=(event.pk, cf.id , settings, 'en', user.pk) args=(event.pk, cf.id, settings, 'en', user.pk)
) )
assert event.orders.count() == 3 assert event.orders.count() == 3
assert OrderPosition.objects.count() == 3 assert OrderPosition.objects.count() == 3