Skip to content

Commit

Permalink
Merge pull request #2630 from IntersectMBO/cosmetic_changes
Browse files Browse the repository at this point in the history
fix(tests): correct comments and decorators in tests
  • Loading branch information
mkoura committed Sep 18, 2024
2 parents 78a95b3 + cee79f9 commit 23ef341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/test_rollback.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def test_permanent_fork(
)

# After both clusters has produced more than `securityParam` number of blocks while the
# topology was fragmented, it is not possible to bring the the clusters back
# topology was fragmented, it is not possible to bring the network back
# into global consensus.
self.node_wait_for_block(cluster_obj=cluster, node="pool1", block_no=final_block)
self.node_wait_for_block(cluster_obj=cluster, node=LAST_POOL_NAME, block_no=final_block)
Expand Down
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/tests_conway/test_committee.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ def test_register_hot_key_no_cc_member(
@allure.link(helpers.get_vcs_link())
@submit_utils.PARAM_SUBMIT_METHOD
@common.PARAM_USE_BUILD_CMD
@pytest.mark.dbsync
@pytest.mark.parametrize("threshold_type", ("fraction", "decimal"))
@pytest.mark.dbsync
@pytest.mark.smoke
def test_update_committee_action(
self,
Expand Down

0 comments on commit 23ef341

Please sign in to comment.