summaryrefslogtreecommitdiff
path: root/test/fixtures/pokedex_entries.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2023-11-03 00:46:36 -0400
committerDavid Gay <david@davidgay.org>2023-11-03 00:46:36 -0400
commit47ecf3f515ef5bd7db2c4f3bce0a872a46ca2233 (patch)
tree2d35d24c94ce69159946cde8229d04292cce3e84 /test/fixtures/pokedex_entries.yml
parent86f9bb8a2c3a8f011ac4b9c8d726e34607ed47c1 (diff)
Adjust PokedexEntry to take a shiny boolean instead
Diffstat (limited to 'test/fixtures/pokedex_entries.yml')
-rw-r--r--test/fixtures/pokedex_entries.yml4
1 files changed, 2 insertions, 2 deletions
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