Skip to content

Commit

Permalink
Rename a test to more fitting name: test_deregister -> test_deregiste…
Browse files Browse the repository at this point in the history
…r_delegated
  • Loading branch information
mkoura committed Aug 14, 2023
1 parent a3af30c commit 8556974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano_node_tests/tests/test_delegation.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,12 @@ def _get_pool_id(idx: int) -> str:
@pytest.mark.order(7)
@pytest.mark.dbsync
@pytest.mark.long
def test_deregister(
def test_deregister_delegated(
self,
cluster_manager: cluster_management.ClusterManager,
cluster_and_pool: tp.Tuple[clusterlib.ClusterLib, str],
):
"""Deregister stake address.
"""Deregister a delegated stake address.
* create two payment addresses that share single stake address
* register and delegate the stake address to pool
Expand Down

0 comments on commit 8556974

Please sign in to comment.