Skip to content

Commit 998432b

Browse files
update print
1 parent 1818e6c commit 998432b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AofuSA = [@SVector [2.0u"kg",3.0u"kg"] for i in 1:5]
2727
@test recursive_unitless_eltype(AofuSA) == SVector{2,Float64}
2828

2929
A = [ArrayPartition(ones(1),ones(1)),]
30-
@test repr("text/plain", A) == "1-element Array{ArrayPartition{Float64,Tuple{Array{Float64,1},Array{Float64,1}}},1}:\n [1.0][1.0]"
30+
@test repr("text/plain", A) == "1-element Array{ArrayPartition{Float64,Tuple{Array{Float64,1},Array{Float64,1}}},1}:\n ([1.0], [1.0])"
3131

3232
function test_recursive_bottom_eltype()
3333
function test_value(val::Any, expected_type::Type)

0 commit comments

Comments
 (0)