Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Apr 3, 2024
1 parent a66fd23 commit 78a68c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_examples/test_examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ using Suppressor: @suppress
using Test: @testset

@testset "Test examples" begin
example_files = [
"README.jl",
]
example_files = ["README.jl"]
@testset "Test $example_file" for example_file in example_files
@suppress include(joinpath(pkgdir(ITensorNetworks), "examples", example_file))
end
Expand Down

0 comments on commit 78a68c3

Please sign in to comment.