You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I clone the repo currently and run sbt squantsJVM/test, I get
[info] VolumeFlowSpec:
[info] VolumeFlow and its Units of Measure
[info] - should create values using UOM factories
[info] - should create values from properly formatted Strings
[info] - should properly convert to all supported Units of Measure
[info] - should return properly formatted strings for all supported Units of Measure *** FAILED ***
[info] "[0.041666666666666664 ft³/hr]" was not equal to "[1.0 ft³/d]" (VolumeFlowSpec.scala:131)
[info] Analysis:
[info] "[0.041666666666666664 ft³/hr]" -> "[1.0 ft³/d]"
If I clone the repo currently and run
sbt squantsJVM/test
, I getthis came up over at scala/community-build#1622
The text was updated successfully, but these errors were encountered: