Skip to content

Commit

Permalink
🛠️ apply pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Nov 5, 2024
1 parent b63ca40 commit 50fd62e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,13 @@ def test_transactions_spawn_save_event_transaction(
project_id=project_id,
)


from unittest.mock import patch

from sentry.utils import event_tracker

@patch('event_tracker.is_tracked', return_value=True)

@patch("event_tracker.is_tracked", return_value=True)
@django_db_all
def test_transactions_tracks_save_event_transaction(
default_project,
Expand Down Expand Up @@ -215,6 +218,7 @@ def test_transactions_tracks_save_event_transaction(
# project_id=project_id,
# )


@django_db_all
def test_accountant_transaction(default_project):
storage: MemoryMessageStorage[KafkaPayload] = MemoryMessageStorage()
Expand Down

0 comments on commit 50fd62e

Please sign in to comment.