Skip to content

Commit 0148cb2

Browse files
committed
test: fix explicit string test
1 parent 6ca2287 commit 0148cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ end
16911691
io = IOBuffer()
16921692
Base.showarg(io, z, true)
16931693
msg = String(take!(io))
1694-
Q == Quantity && @test occursin(r"QuantityArray\(::Vector{Float64}, ::(DynamicQuantities\.)?Quantity{Float64, (DynamicQuantities\.)?SymbolicDimensions{(DynamicQuantities\.)?FixedRational{Int32, 25200}}}\)", msg)
1694+
Q == Quantity && @test occursin(r"QuantityArray\(::Vector{Float64}, ::(DynamicQuantities\.)?Quantity{Float64, (DynamicQuantities\.)?SymbolicDimensions{(DynamicQuantities\.)?FRInt32}}\)", msg)
16951695

16961696
io = IOBuffer()
16971697
Base.show(io, MIME"text/plain"(), typeof(z))

0 commit comments

Comments
 (0)