From 91d8969819aa91809fb290d30b5eb494c04e49ec Mon Sep 17 00:00:00 2001 From: Andreas Gullberg Larsen Date: Sun, 18 Feb 2024 15:30:53 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20Add=20Btu/ft=C2=B2=20in=20irradiation?= =?UTF-8?q?=20(#1364)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix remaining after rename. --- UnitsNet.Tests/CustomCode/IrradiationTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnitsNet.Tests/CustomCode/IrradiationTests.cs b/UnitsNet.Tests/CustomCode/IrradiationTests.cs index 978a0b1364..3f25e2186f 100644 --- a/UnitsNet.Tests/CustomCode/IrradiationTests.cs +++ b/UnitsNet.Tests/CustomCode/IrradiationTests.cs @@ -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; } }