Skip to content

Commit 91d8969

Browse files
committed
fixup! Add Btu/ft² in irradiation (#1364)
Fix remaining after rename.
1 parent ff39807 commit 91d8969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitsNet.Tests/CustomCode/IrradiationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public class IrradiationTests : IrradiationTestsBase
4242

4343
protected override double KilowattHoursPerSquareMeterInOneJoulePerSquareMeter => 2.777777777777778e-7;
4444

45-
protected override double BtuPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-5;
45+
protected override double BtusPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-5;
4646

47-
protected override double KilobtuPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-8;
47+
protected override double KilobtusPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-8;
4848
}
4949
}

0 commit comments

Comments
 (0)