test/fixtures/comments.yml in composite_primary_keys-13.0.1 vs test/fixtures/comments.yml in composite_primary_keys-13.0.2

- old
+ new

@@ -1,17 +1,17 @@ -employee_comment: - id: 1 - article: first - person_id: 1 - person_type: Employee - -user_comment_1: - id: 2 - article: second - person_id: 1 - person_type: User - -user_comment_2: - id: 3 - article: second - person_id: 2 - person_type: User +employee_comment: + id: 1 + article: first + person_id: 1 + person_type: Employee + +user_comment_1: + id: 2 + article: second + person_id: 1 + person_type: User + +user_comment_2: + id: 3 + article: second + person_id: 2 + person_type: User