Skip to content

Commit

Permalink
fix: optimize test code standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan Haitao authored and tobegit3hub committed Mar 12, 2024
1 parent f5e3efc commit db1c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/openmldb_sdk/tests/dbapi_parameterized_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .case_conf import OpenMLDB_ZK_CLUSTER, OpenMLDB_ZK_PATH


class TestOpenmldbDBAPI:
class TestOpenmldbDBAPIParameterized:
cursor_without_db = None
cursor = None
db_name = "dbapi_test"
Expand Down

0 comments on commit db1c1f8

Please sign in to comment.