Skip to content

Commit cffcb94

Browse files
committed
tests: create unique dataset
1 parent 3feb1ba commit cffcb94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dbmodel_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_search_dataset_since_time():
190190
tstart = time.time()
191191

192192
# Create a dataset
193-
ds_dict = common.make_dataset_for_download()
193+
ds_dict = common.make_dataset_for_download(seed=11558899)
194194

195195
# Run the query again
196196
for ii in range(10):

0 commit comments

Comments
 (0)