Rename a DataTable test

This commit is contained in:
Darren Burns
2023-01-24 11:35:30 +00:00
parent 12d429dbd0
commit a4db3426b8

View File

@@ -143,7 +143,7 @@ async def test_add_rows():
assert table.rows[key].index == row
async def test_add_data_user_defined_keys():
async def test_add_rows_user_defined_keys():
app = DataTableApp()
async with app.run_test():
table = app.query_one(DataTable)