Skip to content

Commit 1d194c1

Browse files
committed
testfix
1 parent df86144 commit 1d194c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/upstream/mtk_structure_indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ let
358358
for u in keys(us_correct)
359359
@test prob[u] == us_correct[u]
360360
@test integ[u] == us_correct[u]
361-
@test sol[u] == us_correct[u]
361+
@test sol[u][1] == us_correct[u]
362362
end
363363
for p in keys(ps_correct)
364364
@test prob.ps[p] == ps_correct[p]

0 commit comments

Comments
 (0)