Skip to content

Commit 306b4b6

Browse files
Update test/basictests.jl
1 parent 9f069c4 commit 306b4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ end
275275
("GMRES_prec", KrylovJL_GMRES(; precs, ldiv = false, kwargs...)),
276276
# ("BICGSTAB",KrylovJL_BICGSTAB(kwargs...)),
277277
("MINRES", KrylovJL_MINRES(kwargs...)),
278-
("MINARES", KrylovJL_MINARES(kwards...))
278+
("MINARES", KrylovJL_MINARES(kwargs...))
279279
)
280280
for (name, algorithm) in algorithms
281281
@testset "$name" begin

0 commit comments

Comments
 (0)