Skip to content

Commit

Permalink
feeadjuster: changes to tests as of what in latest pyln.testing, movi…
Browse files Browse the repository at this point in the history
…ng out of archive for ci
  • Loading branch information
telelvis authored and chrisguida committed Feb 9, 2024
1 parent 9037d8c commit 32deab5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import unittest
from pyln.testing.fixtures import * # noqa: F401,F403
from pyln.testing.utils import DEVELOPER, wait_for
from pyln.testing.utils import wait_for


plugin_path = os.path.join(os.path.dirname(__file__), "feeadjuster.py")
Expand Down Expand Up @@ -70,7 +70,6 @@ def sync_gossip(nodes, scids):
wait_for(lambda: node.rpc.listchannels(scid) == n.rpc.listchannels(scid))


@unittest.skipIf(not DEVELOPER, "Too slow without fast gossip")
def test_feeadjuster_adjusts(node_factory):
"""
A rather simple network:
Expand Down Expand Up @@ -140,7 +139,6 @@ def test_feeadjuster_adjusts(node_factory):
f'Adjusted fees of {scid_B} with a ratio of 0.2'])


@unittest.skipIf(not DEVELOPER, "Too slow without fast gossip")
def test_feeadjuster_imbalance(node_factory):
"""
A rather simple network:
Expand Down Expand Up @@ -217,7 +215,6 @@ def test_feeadjuster_imbalance(node_factory):
wait_for_fees(l2, scids, default_fees[0])


@unittest.skipIf(not DEVELOPER, "Too slow without fast gossip")
def test_feeadjuster_big_enough_liquidity(node_factory):
"""
A rather simple network:
Expand Down Expand Up @@ -292,7 +289,6 @@ def test_feeadjuster_big_enough_liquidity(node_factory):
wait_for_not_fees(l2, scids, default_fees[0])


@unittest.skipIf(not DEVELOPER, "Too slow without fast gossip")
def test_feeadjuster_median(node_factory):
"""
A rather simple network:
Expand Down

0 comments on commit 32deab5

Please sign in to comment.