summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_txn03.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_txn03.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_txn03.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_txn03.py b/src/third_party/wiredtiger/test/suite/test_txn03.py
index 97180a75949..18a0e096767 100644
--- a/src/third_party/wiredtiger/test/suite/test_txn03.py
+++ b/src/third_party/wiredtiger/test/suite/test_txn03.py
@@ -31,7 +31,7 @@
#
import wiredtiger, wttest
-from wtscenario import check_scenarios
+from wtscenario import make_scenarios
class test_txn03(wttest.WiredTigerTestCase):
tablename = 'test_txn03'
@@ -42,7 +42,7 @@ class test_txn03(wttest.WiredTigerTestCase):
data_str2 = "TEST_VAL1"
nentries = 1000
- scenarios = check_scenarios([
+ scenarios = make_scenarios([
('var', dict(create_params = "key_format=S,value_format=S")),
])