Skip to content

Commit 3036eaa

Browse files
committed
fix typo
1 parent 5a56aa9 commit 3036eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/variable_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ end
147147
end
148148

149149
@testset "isInitial" begin
150-
t = ModelingToolkit.to_nounits
150+
t = ModelingToolkit.t_nounits
151151
@variables x(t) z(t)[1:5]
152152
@parameters a b c[1:4]
153153
@test isInitial(Initial(z))

0 commit comments

Comments
 (0)