From c4c78410ed8875076219028f13cef247a3bcfb40 Mon Sep 17 00:00:00 2001 From: Chaoguang Lin Date: Thu, 17 Jun 2021 18:36:33 +0000 Subject: [PATCH] update comments --- bindings/python/tests/fdbcli_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/tests/fdbcli_tests.py b/bindings/python/tests/fdbcli_tests.py index b2dc89e11f..a222900955 100755 --- a/bindings/python/tests/fdbcli_tests.py +++ b/bindings/python/tests/fdbcli_tests.py @@ -246,7 +246,7 @@ def datadistribution(logger): def transaction(logger): """This test will cover the transaction related fdbcli commands. In particular, - 'begin', 'commit', 'rollback', 'option' + 'begin', 'rollback', 'option' 'getversion', 'get', 'getrange', 'clear', 'clearrange', 'set', 'commit' """ err1 = run_fdbcli_command_and_get_error('set', 'key', 'value')