Skip to content

Commit 0a68e03

Browse files
committed
Fix coverage
1 parent 8f02926 commit 0a68e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/printing.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ using TestItems
33
@testitem "Settings" begin
44
@test startswith(string(OperatorRepresentation()), "Operator")
55
@test startswith(string(IterativeLinearSolver(; atol=1e-5)), "Iterative")
6+
@test startswith(string(IterativeLinearSolver()), "Iterative")
67
end

0 commit comments

Comments
 (0)