Skip to content

Commit

Permalink
fixup! Add Btu/ft² in irradiation (angularsen#1364)
Browse files Browse the repository at this point in the history
Fix remaining after rename.
  • Loading branch information
angularsen committed Feb 18, 2024
1 parent ff39807 commit 91d8969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitsNet.Tests/CustomCode/IrradiationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public class IrradiationTests : IrradiationTestsBase

protected override double KilowattHoursPerSquareMeterInOneJoulePerSquareMeter => 2.777777777777778e-7;

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

protected override double KilobtuPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-8;
protected override double KilobtusPerSquareFootInOneJoulePerSquareMeter => 8.805509170334624e-8;
}
}

0 comments on commit 91d8969

Please sign in to comment.