From bc08256161c20de38d9a0293acf92803bbc12032 Mon Sep 17 00:00:00 2001 From: spolisar Date: Wed, 5 Jun 2024 23:06:19 -0400 Subject: [PATCH] added company_name to test fixture stocks --- test/fixtures/stocks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixtures/stocks.yml b/test/fixtures/stocks.yml index 9c89cbe..053e08e 100644 --- a/test/fixtures/stocks.yml +++ b/test/fixtures/stocks.yml @@ -2,10 +2,12 @@ one: ticker: MyString + company_name: MyString price: 345 two: ticker: MyString2 + company_name: MyString2 price: 123