Skip to content

Commit ac52db0

Browse files
committed
style: fix typo
1 parent 33aee01 commit ac52db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/samplers/test_pagerank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
ROOTS_WITHOUT_URL = ["Alice", "Bob", "Dean"]
3535

3636

37-
class TestHALKWalker:
37+
class TestPageRankSampler:
3838
@pytest.fixture(scope="session")
3939
def setup(self):
4040
for i, graph in enumerate([LOOP, LONG_CHAIN]):

0 commit comments

Comments
 (0)