summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_rollback_to_stable29.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_rollback_to_stable29.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_rollback_to_stable29.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable29.py b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable29.py
index ac6d37f4e70..161cbd31daa 100755
--- a/src/third_party/wiredtiger/test/suite/test_rollback_to_stable29.py
+++ b/src/third_party/wiredtiger/test/suite/test_rollback_to_stable29.py
@@ -43,7 +43,7 @@ class test_rollback_to_stable29(test_rollback_to_stable_base):
format_values = [
('column', dict(key_format='r', value_format='S')),
('column_fix', dict(key_format='r', value_format='8t')),
- ('integer_row', dict(key_format='i', value_format='S')),
+ ('row_integer', dict(key_format='i', value_format='S')),
]
scenarios = make_scenarios(format_values)