mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 15:00:34 +01:00
pyln-client: test dev version
Changelog-Changed: pyln-testing is now compatible with older versions of Core Lightning.
This commit is contained in:
parent
dac51930e8
commit
a79dd4ae5f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ def test_equality_classes_in_node_versions():
|
|||
assert NodeVersion("v24.02") == NodeVersion("v24.02")
|
||||
assert NodeVersion("v24.02") == NodeVersion("v24.02rc1")
|
||||
assert NodeVersion("v24.02rc1") == NodeVersion("v24.02")
|
||||
assert NodeVersion("v24.11-217-g77989b1-modded") == NodeVersion("v24.11")
|
||||
|
||||
assert NodeVersion("v24.02") != NodeVersion("v24.02.1")
|
||||
assert NodeVersion("v24.02rc1") != NodeVersion("v24.02.1")
|
||||
|
|
Loading…
Add table
Reference in a new issue