We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff39807 commit 91d8969Copy full SHA for 91d8969
UnitsNet.Tests/CustomCode/IrradiationTests.cs
@@ -42,8 +42,8 @@ public class IrradiationTests : IrradiationTestsBase
42
43
protected override double KilowattHoursPerSquareMeterInOneJoulePerSquareMeter => 2.777777777777778e-7;
44
45
- protected override double BtuPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-5;
+ protected override double BtusPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-5;
46
47
- protected override double KilobtuPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-8;
+ protected override double KilobtusPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-8;
48
}
49
0 commit comments