Skip to content

Commit ba7b4b4

Browse files
Update test/dq_units.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e676d8f commit ba7b4b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/dq_units.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,6 @@ using DynamicQuantities
270270
end
271271

272272
@mtkbuild pend = UnitsExample()
273-
@test ModelingToolkit.get_unit.(filter(x -> occursin("ˍt", string(x)), unknowns(pend))) == [u"m/s", u"m/s"]
273+
@test ModelingToolkit.get_unit.(filter(x -> occursin("ˍt", string(x)), unknowns(pend))) ==
274+
[u"m/s", u"m/s"]
274275
end

0 commit comments

Comments
 (0)