Skip to content

Commit

Permalink
fixes:methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravleen-Solulab committed Aug 27, 2024
1 parent 85a9fca commit dc7990a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,13 @@ class TestCheckStopTradingRound(BaseCheckStopTradingRoundTest):
),
)
def test_run(self, test_case: RoundTestCase) -> None:
"""Run tests."""
self.run_test(test_case)

def run_test(self, test_case: RoundTestCase) -> None:
"""Run tests."""
if test_case.event == Event.SKIP_TRADING:
self.test_positive_votes()
elif test_case.event == Event.NO_MAJORITY:
self.test_negative_votes()


class TestFinishedCheckStopTradingRound:
"""Tests for FinishedCheckStopTradingRound."""

Expand Down

0 comments on commit dc7990a

Please sign in to comment.