Skip to content

Commit 72b7c22

Browse files
committed
Fix coverage
1 parent 203d1f2 commit 72b7c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unittests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ end
471471
@test ar isa Vector{Number}
472472
@test a === ar[1]
473473
@test b === ar[2]
474+
@test promote_type(MyNumber, typeof(a)) == Number
474475

475476
# Explicit conversion so coverage can see it:
476477
D = DEFAULT_DIM_TYPE

0 commit comments

Comments
 (0)