summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_cursor07.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_cursor07.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_cursor07.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_cursor07.py b/src/third_party/wiredtiger/test/suite/test_cursor07.py
index d8de0874d7f..d6078183fc1 100644
--- a/src/third_party/wiredtiger/test/suite/test_cursor07.py
+++ b/src/third_party/wiredtiger/test/suite/test_cursor07.py
@@ -33,7 +33,7 @@
import fnmatch, os, shutil, run, time
from suite_subprocess import suite_subprocess
from wiredtiger import stat
-from wtscenario import check_scenarios
+from wtscenario import make_scenarios
import wttest
class test_cursor07(wttest.WiredTigerTestCase, suite_subprocess):
@@ -44,7 +44,7 @@ class test_cursor07(wttest.WiredTigerTestCase, suite_subprocess):
# test that scenario for log cursors.
nkeys = 7000
- scenarios = check_scenarios([
+ scenarios = make_scenarios([
('regular', dict(reopen=False)),
('reopen', dict(reopen=True))
])