Skip to content

Commit

Permalink
Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 31, 2024
1 parent 379b53e commit d21dfe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion temba/tickets/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
Topic,
export_ticket_stats,
)
from .tasks import squash_ticket_counts


class TicketTest(TembaTest):
Expand Down Expand Up @@ -1810,7 +1811,7 @@ def assert_timings():

assert_timings()

TicketDailyTiming.squash()
squash_ticket_counts()

assert_timings()

Expand Down

0 comments on commit d21dfe4

Please sign in to comment.