summaryrefslogtreecommitdiff
path: root/test/suite/test_async01.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_async01.py')
-rw-r--r--test/suite/test_async01.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_async01.py b/test/suite/test_async01.py
index 71a18a68121..9322748c30f 100644
--- a/test/suite/test_async01.py
+++ b/test/suite/test_async01.py
@@ -29,7 +29,7 @@
import sys, threading, wiredtiger, wttest
from suite_subprocess import suite_subprocess
from wiredtiger import WiredTigerError
-from wtscenario import check_scenarios
+from wtscenario import make_scenarios
# TODO - tmp code
def tty_pr(s):
@@ -122,7 +122,7 @@ class test_async01(wttest.WiredTigerTestCase, suite_subprocess):
async_threads = 3
current = {}
- scenarios = check_scenarios([
+ scenarios = make_scenarios([
('file-col', dict(tablekind='col',uri='file')),
('file-fix', dict(tablekind='fix',uri='file')),
('file-row', dict(tablekind='row',uri='file')),