update version to 7.2.0 -- address pr comments
This commit is contained in:
parent
6b2d0e5d6b
commit
5ba8b82ba6
|
@ -100,7 +100,7 @@ def api_version(ver):
|
|||
|
||||
_add_symbols(fdb.impl, list)
|
||||
|
||||
if ver >= 720:
|
||||
if ver >= 710:
|
||||
import fdb.tenant_management
|
||||
|
||||
if ver < 610:
|
||||
|
|
|
@ -621,7 +621,7 @@ class Tester:
|
|||
test_size_limit_option(db)
|
||||
test_get_approximate_size(db)
|
||||
|
||||
if fdb.get_api_version() >= 720:
|
||||
if fdb.get_api_version() >= 710:
|
||||
test_tenants(db)
|
||||
|
||||
except fdb.FDBError as e:
|
||||
|
|
Loading…
Reference in New Issue