From 47ecf3f515ef5bd7db2c4f3bce0a872a46ca2233 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 3 Nov 2023 00:46:36 -0400 Subject: Adjust PokedexEntry to take a shiny boolean instead --- test/fixtures/pokedex_entries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/fixtures') diff --git a/test/fixtures/pokedex_entries.yml b/test/fixtures/pokedex_entries.yml index 602f9d9..659bee3 100644 --- a/test/fixtures/pokedex_entries.yml +++ b/test/fixtures/pokedex_entries.yml @@ -5,11 +5,11 @@ one: run: one pokemon: one recorded_at: 2023-11-02 21:14:55 - recorded_shiny_at: 2023-11-02 21:14:55 + shiny: false two: user: two run: two pokemon: two recorded_at: 2023-11-02 21:14:55 - recorded_shiny_at: 2023-11-02 21:14:55 + shiny: true -- cgit v1.2.3