summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/tests/test_kclique.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/algorithms/community/tests/test_kclique.py')
-rw-r--r--networkx/algorithms/community/tests/test_kclique.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/community/tests/test_kclique.py b/networkx/algorithms/community/tests/test_kclique.py
index ffac175d..12c8e603 100644
--- a/networkx/algorithms/community/tests/test_kclique.py
+++ b/networkx/algorithms/community/tests/test_kclique.py
@@ -25,7 +25,7 @@ def test_isolated_K5():
class TestZacharyKarateClub:
- def setup(self):
+ def setup_method(self):
self.G = nx.karate_club_graph()
def _check_communities(self, k, expected):