mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed duplicate function name
This commit is contained in:
parent
839e55bf0a
commit
de92c05134
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ async def test_get_all_foreign_keys(app_client):
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_table_exists(app_client):
|
||||
async def test_table_names(app_client):
|
||||
db = app_client.ds.databases["fixtures"]
|
||||
table_names = await db.table_names()
|
||||
assert [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue