summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs10.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs10.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs10.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs10.py b/src/third_party/wiredtiger/test/suite/test_hs10.py
index 4a33ced8125..f41f18bb999 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs10.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs10.py
@@ -45,7 +45,7 @@ class test_hs10(wttest.WiredTigerTestCase):
stat_cursor.close()
return val
- def test_modify_insert_to_las(self):
+ def test_modify_insert_to_hs(self):
uri = "table:test_hs10"
uri2 = "table:test_hs10_otherdata"
create_params = 'value_format=S,key_format=i'