diff --git a/tests/geom.cpp b/tests/geom.cpp index 027372d8d..75e482159 100644 --- a/tests/geom.cpp +++ b/tests/geom.cpp @@ -42,4 +42,6 @@ TEST_CASE("Geometry") { } } + CHECK(0 == notcurses_stop(nc_)); + } diff --git a/tests/metric.cpp b/tests/metric.cpp index a8749eb50..8d41f2a7b 100644 --- a/tests/metric.cpp +++ b/tests/metric.cpp @@ -19,7 +19,7 @@ char* impericize_ncmetric(uintmax_t val, unsigned decimal, char* buf, return buf; } -TEST_CASE("ncmetric") { +TEST_CASE("Metric") { const char* decisep = localeconv()->decimal_point; REQUIRE(decisep); REQUIRE(1 == strlen(decisep));