test/fixtures/employees.yml in composite_primary_keys-12.0.9 vs test/fixtures/employees.yml in composite_primary_keys-12.0.10

- old
+ new

@@ -1,28 +1,28 @@ -steve: - id: 1 - department_id: 1 - location_id: 1 - name: Steve - -jill: - id: 2 - department_id: 1 - location_id: 1 - name: Jill - -sarah: - id: 3 - department_id: 2 - location_id: 1 - name: Sarah - -robert: - id: 4 - department_id: 2 - location_id: 1 - name: Robert - -mindy: - department_id: 3 - location_id: 2 +steve: + id: 1 + department_id: 1 + location_id: 1 + name: Steve + +jill: + id: 2 + department_id: 1 + location_id: 1 + name: Jill + +sarah: + id: 3 + department_id: 2 + location_id: 1 + name: Sarah + +robert: + id: 4 + department_id: 2 + location_id: 1 + name: Robert + +mindy: + department_id: 3 + location_id: 2 name: Mindy \ No newline at end of file