Skip to content

Commit

Permalink
Export tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 23, 2024
1 parent dc09fb9 commit 2409fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/base/test_exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ using Test: @test, @test_broken, @testset
@testset "Not exported" begin
for f in [
:AbstractProjMPO,
:AbstractMPS,
:ProjMPS,
:makeL!,
:makeR!,
:set_terms,
:sortmergeterms,
:terms,
]
@test getfield(ITensorMPS, f) === getfield(ITensors.ITensorMPS, f)
@test isdefined(ITensorMPS, f)
@test !Base.isexported(ITensorMPS, f)
end
end
end
Expand Down

0 comments on commit 2409fdd

Please sign in to comment.