Skip to content

Commit a426162

Browse files
committed
fix test
1 parent 8e6eb0e commit a426162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fillmap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ using LinearMaps, LinearAlgebra, Test
3535
@test α*LinearMap(μ, (M, N)) == LinearMap* μ, (M, N))
3636
@test LinearMap(μ, (M, N))*α == LinearMap* α, (M, N))
3737
@test LinearMap(μ, (M, N))*LinearMap(μ, (N, M)) == LinearMap^2*N, (M, M))
38-
@test Matrix(LinearMap(μ, (M, N))*LinearMap(μ, (N, M))) == fill(μ, (M, N))*fill(μ, (N, M))
38+
@test Matrix(LinearMap(μ, (M, N))*LinearMap(μ, (N, M))) fill(μ, (M, N))*fill(μ, (N, M))
3939
end

0 commit comments

Comments
 (0)