test/fixtures/suburbs.yml in composite_primary_keys-3.0.9 vs test/fixtures/suburbs.yml in composite_primary_keys-3.1.0

- old
+ new

@@ -1,9 +1,9 @@ -first: - city_id: 1 - suburb_id: 1 - name: First Suburb -second: - city_id: 2 - suburb_id: 1 - name: Second Suburb +first: + city_id: 1 + suburb_id: 1 + name: First Suburb +second: + city_id: 2 + suburb_id: 1 + name: Second Suburb \ No newline at end of file