Skip to content

Commit 5e5824a

Browse files
committed
Shrink test input into one line
1 parent ba25f13 commit 5e5824a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

numba_dpex/tests/debugging/test_breakpoints.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,7 @@ def test_breakpoint_common(app, breakpoint, script):
108108
"breakpoint, variable_name, variable_value",
109109
[
110110
# commands/break_conditional # noqa: E800
111-
(
112-
f"{simple_sum_condition_breakpoint} if i == 1",
113-
"i",
114-
"1",
115-
),
111+
(f"{simple_sum_condition_breakpoint} if i == 1", "i", "1"),
116112
],
117113
)
118114
def test_breakpoint_with_condition_common(

0 commit comments

Comments
 (0)