Skip to content

Commit

Permalink
[CHANGE] Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Geuthur committed Jan 24, 2025
1 parent e78dcfe commit e62b494
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion ledger/tests/test_api/test_ledger_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def test_get_ledger_api_multi(self):
url = "/ledger/api/character/0/ledger/year/2024/month/3/"

response = self.client.get(url)
print(response.json())

expected_data = CharmonthlyMarchMulti
self.assertEqual(response.status_code, 200)
Expand Down
7 changes: 0 additions & 7 deletions ledger/tests/test_managers/test_charjournal.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ def test_filter_ess(self):
self.assertIsNotNone(qs)
self.assertIn("total_ess", qs.query.annotations)

def test_annotate_daily_goal(self):
character_ids = [1, 2, 3]

qs = self.manager.annotate_daily_goal(character_ids)
self.assertIsNotNone(qs)
self.assertIn("total_daily_goal", qs.query.annotations)

def test_annotate_mining(self):
character_ids = [1, 2, 3]

Expand Down

0 comments on commit e62b494

Please sign in to comment.