summaryrefslogtreecommitdiff
path: root/src/cython/test/test_tangential_complex.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/test/test_tangential_complex.py')
-rwxr-xr-xsrc/cython/test/test_tangential_complex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/test/test_tangential_complex.py b/src/cython/test/test_tangential_complex.py
index 429fc0d0..c191baa4 100755
--- a/src/cython/test/test_tangential_complex.py
+++ b/src/cython/test/test_tangential_complex.py
@@ -42,7 +42,7 @@ def test_tangential():
assert st.get_filtered_tree() == \
[([0], 0.0), ([1], 0.0), ([2], 0.0), ([0, 2], 0.0), ([3], 0.0), ([1, 3], 0.0)]
- assert st.get_coface_tree([0], 1) == [([0, 2], 0.0)]
+ assert st.get_cofaces([0], 1) == [([0, 2], 0.0)]
assert point_list[0] == tc.get_point(0)
assert point_list[1] == tc.get_point(1)