Skip to content

Commit 10d12f1

Browse files
committed
test: fix output type test
1 parent ca18d62 commit 10d12f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ end
13141314
A = Matrix{Float64}(undef, 0, 0)
13151315
@test cbrt(A) == A
13161316
A = Matrix{Int}(undef, 0, 0)
1317-
@test cbrt(A) isa Matrix{Float64}
1317+
@test cbrt(A) isa Matrix{Int}
13181318
end
13191319
end
13201320

0 commit comments

Comments
 (0)