refactor: ♻️ unitless renamed to one

Resolves #27
This commit is contained in:
Mateusz Pusz
2020-09-09 11:20:55 +02:00
parent dba2b7f44f
commit 3e9d5ca189
11 changed files with 47 additions and 48 deletions
+2 -2
View File
@@ -423,7 +423,7 @@ TEST_CASE("operator<< on a quantity", "[text][ostream][fmt]")
SECTION("dimensionless quantity")
{
SECTION("unitless with ratio == 1")
SECTION("one with ratio == 1")
{
const auto q = 4q_m / 2q_m;
os << q;
@@ -444,7 +444,7 @@ TEST_CASE("operator<< on a quantity", "[text][ostream][fmt]")
}
}
SECTION("unitless with ratio.exp != 0")
SECTION("one with ratio.exp != 0")
{
const auto q = 4q_km / 2q_m;
os << q;