Skip to content

Commit 7d67f21

Browse files
Update runtests.jl
1 parent 46d4155 commit 7d67f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ end
528528
@test _₂F₁(1, 0, 3, -1) _₂F₁(1.0, 0, 3, -1) 1.0
529529
end
530530

531-
@test "a or b == c" begin
532-
pFq((-1, 0), (-1, ), 2) == 1.0 # From #86
531+
@testset "a or b == c" begin
532+
@test pFq((-1, 0), (-1, ), 2) == 1.0 # From #86
533533
end
534534

535535
@testset "a or b == 0" begin

0 commit comments

Comments
 (0)