Skip to content

Commit 09073b9

Browse files
Update cuda_tests.jl
1 parent 39c25e3 commit 09073b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cuda_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ 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(tcond, du, u, uprev, 1e-3, 1e-3)
6464
end
6565

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

0 commit comments

Comments
 (0)