mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 05:02:57 +01:00
Fix minor duplicate word typos
This commit is contained in:
parent
ced2214291
commit
54802abcc4
@ -70,7 +70,7 @@ describe('gettextNoop', () => {
|
||||
});
|
||||
|
||||
describe('pluralIdx', () => {
|
||||
it('should return false if if Django pluralidx is not loaded', () => {
|
||||
it('should return false if Django pluralidx is not loaded', () => {
|
||||
expect(pluralIdx(3)).toEqual(false);
|
||||
});
|
||||
|
||||
|
@ -62,7 +62,7 @@ def create_default_workflows(apps, schema_editor):
|
||||
)
|
||||
task.groups.set(groups)
|
||||
|
||||
# get a Workflow containing only this task if if exists, otherwise create it
|
||||
# get a Workflow containing only this task if it exists, otherwise create it
|
||||
workflow = (
|
||||
Workflow.objects.annotate(task_number=Count("workflow_tasks"))
|
||||
.filter(task_number=1)
|
||||
|
Loading…
Reference in New Issue
Block a user