Skip to content

Commit f5f9681

Browse files
committed
Align test name and docs
Signed-off-by: David Rapan <[email protected]>
1 parent f264da9 commit f5f9681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/components/sql/test_util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ async def test_invalid_sql_queries(
8585
(69, 69),
8686
],
8787
)
88-
async def test_data_conversion(
88+
async def test_value_conversion(
8989
input: Decimal | date | datetime | bytes | str | float,
9090
expected_output: str | float,
9191
) -> None:
92-
"""Test data conversion to serializable type."""
92+
"""Test value conversion."""
9393
assert convert_value(input) == expected_output

0 commit comments

Comments
 (0)