Skip to content

Commit 13d2bf6

Browse files
committed
Dumb typo again
1 parent 59dbca2 commit 13d2bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testsuite/eigh.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function test_eigh(T::Type, sz; test_trunc = true, kwargs...)
1111
end
1212
end
1313

14-
function test_eigh_algs(T::Type, sz, algs; kwargs...)
14+
function test_eigh_algs(T::Type, sz, algs; test_trunc = true, kwargs...)
1515
summary_str = testargs_summary(T, sz)
1616
return @testset "eigh algorithms $summary_str" begin
1717
test_eigh_full_algs(T, sz, algs; kwargs...)

0 commit comments

Comments
 (0)