Skip to content

Commit 6aa8ef1

Browse files
committed
test(core): supress warning
1 parent 09b4854 commit 6aa8ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/matrices.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ matrices = list_matrices()
5252
@test_throws ArgumentError list_matrices(Group(:notexists))
5353

5454
# list_matrices filtering
55-
@properties Matrix [:symmetric, :inverse]
55+
@suppress @properties Matrix [:symmetric, :inverse]
5656
add_to_groups(Matrix, USER_GROUP, TEST_GROUP)
5757
@test Matrix list_matrices(:posdef)
5858
@test Matrix list_matrices(:symmetric)

0 commit comments

Comments
 (0)