Skip to content

Commit

Permalink
Fix test files
Browse files Browse the repository at this point in the history
Accidentally updated the code logic to require chronicle, but forgot to
update test files!
  • Loading branch information
Ablesius committed Jul 12, 2024
1 parent 5e465f2 commit 3078498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/sample_character_dir/sample_char_2.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"player_name": "Mary",
"character_name": "Cassandra Skyloft"
"character_name": "Cassandra Skyloft",
"chronicle": "Something by Night"
}
3 changes: 2 additions & 1 deletion tests/sample_character_dir/sample_char_3.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"player_name": "Jib",
"character_name": "Mordred"
"character_name": "Mordred",
"chronicle": "Something by Night"
}

0 comments on commit 3078498

Please sign in to comment.