From a40c7a53526ca1c57ddf925fc113e99c33d3930e Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 4 Oct 2021 05:20:18 -0400 Subject: [PATCH] FamilyBottom unit test #2232 --- src/tests/zaxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/zaxis.cpp b/src/tests/zaxis.cpp index 047446223..3174379c9 100644 --- a/src/tests/zaxis.cpp +++ b/src/tests/zaxis.cpp @@ -223,7 +223,7 @@ TEST_CASE("ZAxis") { CHECK(ncplane_below(c) == d); CHECK(ncplane_below(d) == e); CHECK(ncplane_below(e) == n_); - CHECK(ncplane_bottom(n_) == n_); + CHECK(ncpile_bottom(n_) == n_); ncplane_move_family_bottom(c); // ABDsCE, E is bound to C (FIXME have ABDEsC) CHECK(ncpile_top(n_) == a);