test/fixtures/employees.yml in composite_primary_keys-11.0.0.rc1 vs test/fixtures/employees.yml in composite_primary_keys-11.0.0.rc2
- old
+ new
@@ -1,19 +1,19 @@
-steve:
- id: 1
- department_id: 1
- location_id: 1
-
-jill:
- id: 2
- department_id: 1
- location_id: 1
-
-sarah:
- id: 3
- department_id: 2
- location_id: 1
-
-robert:
- id: 4
- department_id: 2
+steve:
+ id: 1
+ department_id: 1
+ location_id: 1
+
+jill:
+ id: 2
+ department_id: 1
+ location_id: 1
+
+sarah:
+ id: 3
+ department_id: 2
+ location_id: 1
+
+robert:
+ id: 4
+ department_id: 2
location_id: 1
\ No newline at end of file