Skip to content

Commit 15df330

Browse files
committed
small fix
1 parent 0048ec0 commit 15df330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_A4.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using LinearAlgebra: LinearAlgebra
77
const MTK = MultiTensorKit
88
const TK = TensorKit
99

10-
@isdefined TestSetup || include("setup.jl")
10+
@isdefined(TestSetup) || include("setup.jl")
1111
using .TestSetup
1212

1313
I = A4Object

0 commit comments

Comments
 (0)