diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml index 7deacd7..5b9bc92 100644 --- a/test/fixtures/enumerations.yml +++ b/test/fixtures/enumerations.yml @@ -53,12 +53,14 @@ enumerations_009: id: 9 opt: ACTI type: TimeEntryActivity + position: 1 active: true enumerations_010: name: Development id: 10 opt: ACTI type: TimeEntryActivity + position: 2 is_default: true active: true enumerations_011: @@ -66,6 +68,7 @@ enumerations_011: id: 11 opt: ACTI type: TimeEntryActivity + position: 3 active: true enumerations_012: name: Default Enumeration @@ -85,4 +88,5 @@ enumerations_014: id: 14 opt: ACTI type: TimeEntryActivity + position: 4 active: false