Skip to content

Commit 52fc1f9

Browse files
authored
Update test_atoms.jl
1 parent 3ade074 commit 52fc1f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/test_atoms.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -521,14 +521,14 @@ function test_IndexAtom()
521521
x = Variable(3)
522522
@test string(x[y]) == string([x[1], x[3]])
523523
target = """
524-
variables: x1, x2, x3
525-
minobjective: [1.0 * x1, 1.0 * x3]
526-
"""
527-
_test_atom(target) do context
528-
x = Variable(3)
529-
y = BitVector([true, false, true])
530-
return x[y]
531-
end
524+
variables: x1, x2, x3
525+
minobjective: [1.0 * x1, 1.0 * x3]
526+
"""
527+
_test_atom(target) do context
528+
x = Variable(3)
529+
y = BitVector([true, false, true])
530+
return x[y]
531+
end
532532
return
533533
end
534534

0 commit comments

Comments
 (0)