Skip to content

Commit f02ee07

Browse files
committed
Try fixing tests
1 parent 12c55c2 commit f02ee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_aqua.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ using Aqua: Aqua
33
using Test: @testset
44

55
@testset "Code quality (Aqua.jl)" begin
6-
Aqua.test_all(ITensorBase; ambiguities=false)
6+
Aqua.test_all(ITensorBase; ambiguities=false, persistent_tasks=false)
77
end

0 commit comments

Comments
 (0)