Skip to content

Commit ffa5368

Browse files
committed
fix: format
1 parent 8192cce commit ffa5368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeforlife/tests/celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def assert_data_warehouse_task(
6464
args, kwargs = args or tuple(), kwargs or {}
6565
queryset = task.get_queryset(*args, **kwargs)
6666
self.assertIsInstance(queryset, QuerySet)
67-
queryset.values_list(*task.settings.fields) # assert fields in queryset
67+
queryset.values_list(*task.settings.fields) # assert fields in queryset

0 commit comments

Comments
 (0)