mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Rename a DataTable test
This commit is contained in:
@@ -143,7 +143,7 @@ async def test_add_rows():
|
|||||||
assert table.rows[key].index == row
|
assert table.rows[key].index == row
|
||||||
|
|
||||||
|
|
||||||
async def test_add_data_user_defined_keys():
|
async def test_add_rows_user_defined_keys():
|
||||||
app = DataTableApp()
|
app = DataTableApp()
|
||||||
async with app.run_test():
|
async with app.run_test():
|
||||||
table = app.query_one(DataTable)
|
table = app.query_one(DataTable)
|
||||||
|
|||||||
Reference in New Issue
Block a user