Skip to content

Commit 2cde8a4

Browse files
author
Elias Ruemmler
committed
Update PhysicalUnits_Tests.cs
1 parent d6a5748 commit 2cde8a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

FlowCalc_Test/PhysicalUnits_Tests.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ namespace FlowCalc_Test
88
[TestClass]
99
public class PhysicalUnits_Tests
1010
{
11+
[TestCategory("FlowRate")]
12+
[TestMethod]
13+
public void L_Per_H_ToBase2_Test()
14+
{
15+
Assert.AreEqual(6, UnitConverter.ToBase(6000, Units.L_Per_H), 1E-9);
16+
}
17+
1118
[TestCategory("FlowRate")]
1219
[TestMethod]
1320
public void L_Per_Min_ToBase_Test()

0 commit comments

Comments
 (0)