Skip to content

Commit 3501e9b

Browse files
committed
test(core): update matrices tests
1 parent 015a514 commit 3501e9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/matrices.jl

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ remove_from_group(Matrix, USER_GROUP)
3030
@test_throws ArgumentError remove_from_group(Matrix, USER_GROUP)
3131
@test_throws ArgumentError remove_from_group(Matrix, Group(:notexists))
3232

33+
# remove_from_group alternative interfaces
34+
add_to_groups(Matrix, USER_GROUP)
35+
remove_from_group(Matrix, :user)
36+
@test Matrix list_matrices(USER_GROUP)
37+
3338
# remove_from_all_groups
3439
add_to_groups(Matrix, USER_GROUP, TEST_GROUP)
3540
add_to_groups(Tridiagonal, USER_GROUP, TEST_GROUP)

0 commit comments

Comments
 (0)