Skip to content

Commit f8c5047

Browse files
test: fix downstream test
1 parent 501bd26 commit f8c5047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/modelingtoolkit_remake.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ end
338338
@testset "Lazy initialization" begin
339339
@variables _x(..) [guess = 1.0] y(t) [guess = 1.0]
340340
@parameters p=1.0 [guess = 1.0]
341-
@brownian a
341+
@brownians a
342342
x = _x(t)
343343

344344
initprob = NonlinearProblem(nothing) do args...

0 commit comments

Comments
 (0)