diff --git a/tests/unit/core/test_Strategy.py b/tests/unit/core/test_Strategy.py index 6d84a0f88..eecf860f9 100644 --- a/tests/unit/core/test_Strategy.py +++ b/tests/unit/core/test_Strategy.py @@ -7,6 +7,7 @@ from lbrynet.core.Offer import Offer from tests.mocks import DummyBlobAvailabilityTracker MAX_NEGOTIATION_TURNS = 10 +random.seed(12345) def get_random_sample(list_to_sample):