We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f264da9 commit f5f9681Copy full SHA for f5f9681
tests/components/sql/test_util.py
@@ -85,9 +85,9 @@ async def test_invalid_sql_queries(
85
(69, 69),
86
],
87
)
88
-async def test_data_conversion(
+async def test_value_conversion(
89
input: Decimal | date | datetime | bytes | str | float,
90
expected_output: str | float,
91
) -> None:
92
- """Test data conversion to serializable type."""
+ """Test value conversion."""
93
assert convert_value(input) == expected_output
0 commit comments