Skip to content

Commit b834749

Browse files
committed
fixup! ✏️Rename MegaJoulePerTonne to MegajoulePerTonne (#1603)
Missed a compile error in tests
1 parent f4a66a9 commit b834749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitsNet.Tests/CustomCode/SpecificEnergyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class SpecificEnergyTests : SpecificEnergyTestsBase
1010
protected override double JoulesPerKilogramInOneJoulePerKilogram => 1e0;
1111
protected override double KilojoulesPerKilogramInOneJoulePerKilogram => 1e-3;
1212
protected override double MegajoulesPerKilogramInOneJoulePerKilogram => 1e-6;
13-
protected override double MegaJoulesPerTonneInOneJoulePerKilogram => 1e-3;
13+
protected override double MegajoulesPerTonneInOneJoulePerKilogram => 1e-3;
1414

1515
protected override double BtuPerPoundInOneJoulePerKilogram => 4.299226e-4;
1616

0 commit comments

Comments
 (0)