Skip to content

Commit 410a561

Browse files
Update units.jl
1 parent da31680 commit 410a561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/units.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ D = Differential(t)
1616
@test MT.get_unit(τ) == u"ms"
1717
@test MT.get_unit(γ) == MT.unitless
1818
@test MT.get_unit(0.5) == MT.unitless
19-
@test MT.get_unit(MT.SciMLBase.NullParameters) == MT.unitless
19+
@test MT.get_unit(MT.SciMLBase.NullParameters()) == MT.unitless
2020

2121
# Prohibited unit types
2222
@parameters β [unit = u"°"] α [unit = u"°C"] γ [unit = 1u"s"]

0 commit comments

Comments
 (0)