Skip to content

Commit

Permalink
Update test_core.py
Browse files Browse the repository at this point in the history
Update test for get_table_names
  • Loading branch information
TrangPham authored and sfc-gh-jvasquezrojas committed Dec 21, 2024
1 parent ddc72c2 commit f567d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ def test_inspect_column(engine_testaccount):
try:
inspector = inspect(engine_testaccount)
all_table_names = inspector.get_table_names()
assert isinstance(all_table_names, list)
assert "users" in all_table_names
assert "addresses" in all_table_names

Expand Down

0 comments on commit f567d65

Please # to comment.