Skip to content

Commit

Permalink
tests: re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glevco committed Jan 31, 2025
1 parent 8b02ba5 commit 418ca3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions tests/event/test_event_simulation_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@


class BaseEventSimulationResponsesTest(BaseEventSimulationTester):
__test__ = False

def test_no_start_no_blocks(self) -> None:
self.simulator.run(36000)

Expand Down
2 changes: 1 addition & 1 deletion tests/p2p/test_sync_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from tests.utils import HAS_ROCKSDB


class BaseRandomSimulatorTestCase(SimulatorTestCase):
class RandomSimulatorTestCase(SimulatorTestCase):
__test__ = True

seed_config = 2
Expand Down
2 changes: 0 additions & 2 deletions tests/simulation/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@


class SimulatorTestCase(unittest.TestCase):
__test__ = False

seed_config: Optional[int] = None

def setUp(self) -> None:
Expand Down

0 comments on commit 418ca3d

Please sign in to comment.