Skip to content

Commit b1edfdc

Browse files
committed
fix ignore list for explicit imports
1 parent 9f486b9 commit b1edfdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/alltests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525
@test ExplicitImports.check_all_qualified_accesses_via_owners(ExtendableSparse) === nothing
2626
@test ExplicitImports.check_all_qualified_accesses_are_public(
2727
ExtendableSparse,
28-
ignore = (:AbstractSparseMatrixCSC, :AbstractTringular, :getcolptr, :Forward, :USE_GPL_LIBS, :_checkbuffers, :print_array, :sparse!)
28+
ignore = (:AbstractSparseMatrixCSC, :AbstractTriangular, :getcolptr, :Forward, :USE_GPL_LIBS, :_checkbuffers, :print_array, :sparse!)
2929
) === nothing
3030
@test ExplicitImports.check_no_self_qualified_accesses(ExtendableSparse) === nothing
3131
end

0 commit comments

Comments
 (0)