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 b258998 commit 5468ad4Copy full SHA for 5468ad4
libs/gl-testing/tests/test_node.py
@@ -455,7 +455,7 @@ def test_vls_crash_repro(
455
) -> None:
456
"""Reproduce an overflow panic in VLS v0.10.0."""
457
(l1,) = node_factory.line_graph(1, opts={"experimental-anchors": None})
458
- assert l1.rpc.getinfo()["version"] == "v24.02gl1"
+ assert l1.rpc.getinfo()["version"] == "v24.11gl1"
459
460
c = clients.new()
461
c.register(configure=True)
0 commit comments