From ba7a7e9d8cd4b8544a4733b4c056b83057165572 Mon Sep 17 00:00:00 2001 From: TANG ZHIXIONG Date: Mon, 27 May 2024 02:08:26 +0800 Subject: [PATCH] fix --- tests/test_basic.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_basic.py b/tests/test_basic.py index c3aa3b7..e52ca37 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -1625,6 +1625,3 @@ def test_endpoints(): endpoints = G.encode_endpoints(endpoints) assert isinstance(endpoints, Endpoints) assert endpoints.is_wgs84 - - -test_all_paths_to_bindings()