summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_txn01.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_txn01.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_txn01.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_txn01.py b/src/third_party/wiredtiger/test/suite/test_txn01.py
index eb6963791fd..1ba74461088 100644
--- a/src/third_party/wiredtiger/test/suite/test_txn01.py
+++ b/src/third_party/wiredtiger/test/suite/test_txn01.py
@@ -27,13 +27,13 @@
# OTHER DEALINGS IN THE SOFTWARE.
import wiredtiger, wttest
-from wtscenario import check_scenarios
+from wtscenario import make_scenarios
# test_txn01.py
# Transactions: basic functionality
class test_txn01(wttest.WiredTigerTestCase):
nentries = 1000
- scenarios = check_scenarios([
+ scenarios = make_scenarios([
('col-f', dict(uri='file:text_txn01',key_format='r',value_format='S')),
('col-t', dict(uri='table:text_txn01',key_format='r',value_format='S')),
('fix-f', dict(uri='file:text_txn01',key_format='r',value_format='8t')),