Skip to content

Commit 29bbc34

Browse files
test: fix usage of SolverStepClock in test
1 parent 2236bd0 commit 29bbc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/comprehensive_indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ end
868868
ud2interp = ud2val[2:4]
869869

870870
c1 = SciMLBase.Clock(0.1)
871-
c2 = SciMLBase.SolverStepClock
871+
c2 = SciMLBase.SolverStepClock()
872872
for (sym, t, val) in [
873873
(x, c1[2], xinterp[1]),
874874
(x, c1[2:4], xinterp),

0 commit comments

Comments
 (0)