The crash_event test fixture only contains Cocoa SDK crashes and, therefore, can be renamed to crash_event_cocoa.
@@ -2,7 +2,7 @@ import copy
import pytest
-from fixtures.sdk_crash_detection.crash_event import (
+from fixtures.sdk_crash_detection.crash_event_cocoa import (
get_crash_event,
get_crash_event_with_frames,
get_frames,
@@ -5,7 +5,7 @@ from unittest.mock import patch
IN_APP_FRAME,