Skip to content

Commit

Permalink
calling SummaryCallback is not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Dec 19, 2023
1 parent b7676d9 commit 83650c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ using SparseArrays: sparse, SparseMatrixCSC
summary_callback = SummaryCallback()
@test_nowarn print(summary_callback)
@test_nowarn display(summary_callback)
@test_nowarn summary_callback()
end

@testset "util" begin
Expand Down

0 comments on commit 83650c6

Please sign in to comment.