Skip to content

Commit

Permalink
[FIX] Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Nov 8, 2024
1 parent 82b5cb0 commit bfabc77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions afat/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def test_helper_convert_fats_to_dict(self):
is_registered_on_esi=True,
esi_fleet_id="3726458287",
link_type=fatlink_type_cta,
doctrine="Ships",
)
fat = Fat.objects.create(
character=self.character_1101, fatlink=fatlink_created, shiptype="Omen"
Expand Down Expand Up @@ -342,6 +343,7 @@ def test_helper_convert_fats_to_dict(self):
"system": fat.system,
"ship_type": fat.shiptype,
"character_name": fat.character.character_name,
"doctrine": "Ships",
"fleet_name": fat.fatlink.fleet + esi_marker,
"fleet_time": {"time": fleet_time, "timestamp": fleet_time_timestamp},
"fleet_type": "CTA",
Expand Down

0 comments on commit bfabc77

Please sign in to comment.