Skip to content

Commit 0c7d40e

Browse files
FlorentinDadamnsch
andcommitted
Format code
Co-authored-by: Adam Schill Collberg <adam.schill.collberg@protonmail.com>
1 parent a75bbf5 commit 0c7d40e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphdatascience/tests/integration/test_system_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ def test_sysInfo(gds: GraphDataScience) -> None:
2929

3030
assert "gdsVersion" in (list(result["key"]))
3131

32+
3233
def test_debug_arrow(gds: GraphDataScience) -> None:
3334
result = gds.debug.arrow()
3435

3536
assert "listenAddress" in (list(result["key"]))
3637

38+
3739
@pytest.mark.enterprise
3840
def test_is_licensed(gds: GraphDataScience) -> None:
3941
assert gds.is_licensed()

0 commit comments

Comments
 (0)