diff options
Diffstat (limited to 'activerecord/test')
-rw-r--r-- | activerecord/test/fixtures/readers.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/test/fixtures/readers.yml b/activerecord/test/fixtures/readers.yml index d8df05f7fc..af5f888e4b 100644 --- a/activerecord/test/fixtures/readers.yml +++ b/activerecord/test/fixtures/readers.yml @@ -1,9 +1,9 @@ michael_welcome: post_id: 1 - person_id: 1 + person: michael first_post_id: 2 michael_authorless: post_id: 3 - person_id: 1 + person: michael first_post_id: 3 |