Skip to content

Commit d6db025

Browse files
committed
test(metadata): test for undefined properties
1 parent c9977bf commit d6db025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/metadata.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ props = list_properties()
3838
@properties Matrix Property[]
3939

4040
# properties
41-
@test properties(Matrix) == []
41+
@test properties(AbstractMatrix) == []
4242
@properties Matrix [:symmetric, :inverse]
4343
@test properties(Matrix) == [Property(:symmetric), Property(:inverse)]
4444
@test properties(Matrix(ones(1, 1))) == [Property(:symmetric), Property(:inverse)]

0 commit comments

Comments
 (0)