Skip to content

Commit ffffd4b

Browse files
committed
black
1 parent 6ad8ad5 commit ffffd4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integrations/test_gnu_backtrace.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
"""
6161

6262

63-
@pytest.mark.parametrize("input", LINES.strip().splitlines() + LINES_NO_PATH.strip().splitlines())
63+
@pytest.mark.parametrize(
64+
"input", LINES.strip().splitlines() + LINES_NO_PATH.strip().splitlines()
65+
)
6466
def test_basic(sentry_init, capture_events, input):
6567
sentry_init(integrations=[GnuBacktraceIntegration()])
6668
events = capture_events()

0 commit comments

Comments
 (0)