set seed for strategy tests

This commit is contained in:
Jack 2016-10-13 13:48:18 -04:00
parent 2d3b1fd4eb
commit d9cd215a60

View file

@ -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):