summaryrefslogtreecommitdiff
path: root/test/suite/test_stat01.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_stat01.py')
-rw-r--r--test/suite/test_stat01.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_stat01.py b/test/suite/test_stat01.py
index 5c3259696eb..1ad51ee9882 100644
--- a/test/suite/test_stat01.py
+++ b/test/suite/test_stat01.py
@@ -29,7 +29,7 @@
import helper, wiredtiger, wttest
from wiredtiger import stat
from helper import key_populate, simple_populate
-from wtscenario import multiply_scenarios, number_scenarios
+from wtscenario import make_scenarios
# test_stat01.py
# Statistics operations
@@ -49,7 +49,7 @@ class test_stat01(wttest.WiredTigerTestCase):
('recno', dict(keyfmt='r')),
('string', dict(keyfmt='S')),
]
- scenarios = number_scenarios(multiply_scenarios('.', types, keyfmt))
+ scenarios = make_scenarios(types, keyfmt)
conn_config = 'statistics=(all)'