Skip to content

Commit 3629eab

Browse files
committed
mention pr
1 parent 58d3a7f commit 3629eab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_infblock.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ const BlockTriPertToeplitz = InfiniteArraysBlockArraysExt.BlockTriPertToeplitz
139139
@test findblock(blockedrange(1:2:∞), RealInfinity()) == Block(ℵ₀)
140140
end
141141

142-
@testset "maximum of Inf Block Range, HarmonicOrthogonalPolynomials#88" begin
142+
@testset "maximum of Inf Block Range" begin
143+
# See https://github.com/JuliaApproximation/HarmonicOrthogonalPolynomials.jl/pull/89
143144
@test maximum(Block.(Base.OneTo(Integer(+∞)))) == Block(ℵ₀)
144145
end
145146

0 commit comments

Comments
 (0)