Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
#17 Rewrite Class instance
Browse files Browse the repository at this point in the history
  • Loading branch information
marcionemec-daitan committed Feb 20, 2024
1 parent 5aadaec commit 0cfbd02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ def testConnection():
"schema": "THE",
"test_query": "SELECT 1 FROM DUAL"
}
return test_db_connection.do_test(dbConfig)
test = test_db_connection()
return test.do_test(dbConfig)


def main() -> None:
Expand Down

0 comments on commit 0cfbd02

Please sign in to comment.