Skip to content

Commit

Permalink
update tests to match new api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
spookybear0 committed Apr 16, 2024
1 parent 44e0504 commit 65908de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/helpers/tdfhelper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,21 @@ async def testImportSm5(self):
"name": "Fire Team",
"color_enum": 11,
"color_name": "Fire",
"real_color_name": "Red",
},
{
"index": 1,
"name": "Earth Team",
"color_enum": 13,
"color_name": "Earth",
"real_color_name": "Green",
},
{
"index": 2,
"name": "Neutral",
"color_enum": 0,
"color_name": "None",
"real_color_name": "None",
},
], teams)

Expand Down

0 comments on commit 65908de

Please sign in to comment.