Skip to content

Commit d8e6d8b

Browse files
committed
fix test
1 parent 6faee9a commit d8e6d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/vsp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777

7878
anticipative_solver = generate_anticipative_solver(b)
7979
sample = unlabeled[1]
80-
y_anticipative = anticipative_solver(sample.scenarios; sample.context...)
80+
y_anticipative = anticipative_solver(sample.scenario; sample.context...)
8181
@test y_anticipative isa BitVector
8282
end

0 commit comments

Comments
 (0)