We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0133f77 commit d49c589Copy full SHA for d49c589
graphdatascience/tests/integration/test_nx_loader.py
@@ -41,7 +41,7 @@ def directed_nx_G() -> nx.Graph:
41
@pytest.fixture
42
def graph_name(request: pytest.FixtureRequest) -> str:
43
GRAPH_NAME = request.function.__name__
44
- return GRAPH_NAME
+ return str(GRAPH_NAME)
45
46
47
@pytest.mark.compatible_with(min_inclusive=ServerVersion(2, 1, 0))
0 commit comments