Skip to content

Commit

Permalink
Update test/dq_units.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ChrisRackauckas and github-actions[bot] authored Sep 9, 2024
1 parent e676d8f commit ba7b4b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/dq_units.jl
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,6 @@ using DynamicQuantities
end

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

0 comments on commit ba7b4b4

Please sign in to comment.