Skip to content

Commit 732af30

Browse files
Forgot to update tests when adding the "Milli" scale to the Electrical Resitance unit.
1 parent 249a570 commit 732af30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UnitsNet.Tests/CustomCode/ElectricResistanceTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ namespace UnitsNet.Tests.CustomCode
2323
{
2424
public class ElectricResistanceTests : ElectricResistanceTestsBase
2525
{
26+
protected override double MilliohmsInOneOhm => 1000;
27+
2628
protected override double OhmsInOneOhm => 1;
2729

2830
protected override double KiloohmsInOneOhm => 1e-3;

0 commit comments

Comments
 (0)