summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/converter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/converter.cpp b/tests/converter.cpp
index d7f3d67..4fc536f 100644
--- a/tests/converter.cpp
+++ b/tests/converter.cpp
@@ -21,7 +21,6 @@ SAW_TEST("Si Meter to Lbm Meter"){
saw::data<sch::SiMeter<sch::T>> si_m{1.0};
auto lbm_m = converter.meter_si_to_lbm(si_m);
-
SAW_EXPECT(lbm_m.handle().get() == 10.0, "Correct si to lbm conversion");
}
}