Skip to content

Commit

Permalink
tests must start with suffix test_
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoks committed Nov 14, 2023
1 parent b1f8810 commit c3011aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zenlink_dex_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def test_zenlink_dex(self):
show_test(tb.stack[-1].name, False, tb.stack[-1].lineno)

@pytest.mark.skipif(TestUtils.is_not_dev_chain() is True, reason='Skip for runtime upgrade test')
def bootstrap_pair_n_swap_test(self):
def test_bootstrap_pair_n_swap(self):
try:
bootstrap_pair_n_swap_test(self.si_bifrost, self.si_peaq)

Expand Down

0 comments on commit c3011aa

Please sign in to comment.