SprixelTermValues: correct test

This commit is contained in:
nick black 2021-06-22 15:55:53 -04:00
parent ec0d2b065f
commit 7b10d723ec
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -16,7 +16,7 @@ TEST_CASE("Bitmaps") {
SUBCASE("SprixelTermValues") {
CHECK(0 < nc_->tcache.cellpixy);
CHECK(0 < nc_->tcache.cellpixx);
CHECK(nc_->tcache.pixel_init);
CHECK(nc_->tcache.pixel_draw);
}
SUBCASE("SprixelMinimize") {