From 6a4584aa02d25f49131bbd7b10c3cc9c34a198e4 Mon Sep 17 00:00:00 2001 From: Xero Date: Tue, 5 Mar 2024 10:06:58 -0500 Subject: [PATCH] add year acquired to fixtures --- test/fixtures/plants.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixtures/plants.yml b/test/fixtures/plants.yml index ae38900..0971502 100644 --- a/test/fixtures/plants.yml +++ b/test/fixtures/plants.yml @@ -5,9 +5,11 @@ one: genus_id: 1 family_id: 1 status_id: 1 + year_acquired: 2017 two: name: PlantTwo genus_id: 2 family_id: 2 status_id: 2 + year_acquired: 2017