Skip to content

Commit 19d5a01

Browse files
Update test/cuda_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aafa8ef commit 19d5a01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cuda_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ end
6060

6161
@testset begin
6262
@testset "Mode: $(tcond)" for tcond in TERMINATION_CONDITIONS
63-
@test_nowarn NonlinearSolveBase.check_convergence(tcond, du, u, uprev, 1e-3, 1e-3)
63+
@test_nowarn NonlinearSolveBase.check_convergence(
64+
tcond, du, u, uprev, 1e-3, 1e-3)
6465
end
6566

6667
@testset "Mode: $(tcond)" for tcond in NORM_TERMINATION_CONDITIONS

0 commit comments

Comments
 (0)