Skip to content

Commit

Permalink
WT-6581 Fix class name in test_hs15 (#5935)
Browse files Browse the repository at this point in the history
  • Loading branch information
quchenhao committed Aug 11, 2020
1 parent c3b7ae9 commit 36194b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite/test_hs15.py
Expand Up @@ -33,7 +33,7 @@ def timestamp_str(t):

# test_hs15.py
# Ensure eviction doesn't clear the history store again after checkpoint has done so because of the same update without timestamp.
class test_hs14(wttest.WiredTigerTestCase):
class test_hs15(wttest.WiredTigerTestCase):
conn_config = 'cache_size=5MB'
session_config = 'isolation=snapshot'

Expand Down

0 comments on commit 36194b4

Please sign in to comment.