Skip to content

Commit

Permalink
Updating tests so that #309 is taken into account.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 7, 2023
1 parent 557ec33 commit aa97c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,9 @@ def test_get_monster_data(self):
self.assertEqual(
in_monster['stealth'],
out_monster['skills']['stealth']) # MISALIGNED
self.assertEqual("", out_monster['reactions']) # Empty string?
self.assertEqual("", out_monster['legendary_desc']) # Empty string?
self.assertEqual("", out_monster['legendary_actions']) # Empty string?
#self.assertEqual("", out_monster['reactions']) # Empty string? - Fixed with #309
#self.assertEqual("", out_monster['legendary_desc']) # Empty string? - Fixed with #309
#self.assertEqual("", out_monster['legendary_actions']) # Empty string? - Fixed with #309
self.assertEqual(
in_monster['special_abilities'][0]['name'],
out_monster['special_abilities'][0]['name'])
Expand Down

0 comments on commit aa97c7f

Please sign in to comment.