diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml index 93e7182c9..2c4c82e90 100644 --- a/test/fixtures/enumerations.yml +++ b/test/fixtures/enumerations.yml @@ -4,16 +4,19 @@ enumerations_001: id: 1 type: DocumentCategory active: true + position: 1 enumerations_002: name: User documentation id: 2 type: DocumentCategory active: true + position: 2 enumerations_003: name: Technical documentation id: 3 type: DocumentCategory active: true + position: 3 enumerations_004: name: Low id: 4 @@ -92,3 +95,4 @@ enumerations_016: id: 16 type: DocumentCategory active: false + position: 4