Skip to content

Commit

Permalink
fix: update keys on external data test (role_list -> roles)
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Feb 12, 2024
1 parent 549c34e commit bb2c3d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions botcpdf/tests/test_external_json.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Tests to make sure that the external JSON data we use is processed
correctly."""


import json

from botcpdf.roledata import RoleData
Expand Down Expand Up @@ -31,7 +30,7 @@ def test_top_level_keys(self):
"character_by_id",
"editions",
"jinxes",
"role_list",
"roles",
"teams",
]
)
Expand Down

0 comments on commit bb2c3d1

Please sign in to comment.