From de92c0513409e72af78e6796c47c8954fd47576e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 27 May 2019 18:49:57 -0700 Subject: [PATCH] Fixed duplicate function name --- tests/test_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_database.py b/tests/test_database.py index ef324b2c..f9a31993 100644 --- a/tests/test_database.py +++ b/tests/test_database.py @@ -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 [