Skip to content

Commit d184111

Browse files
fix: remove placeholder issue URL from test docstring
The XXX placeholder was never updated with a real issue number. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent adafd3d commit d184111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_single_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ async def test_null_boolean_and_datetime(self, cluster_address: str) -> None:
247247
248248
This test catches a dqlite bug where NULL values in BOOLEAN and DATETIME
249249
columns are incorrectly returned as their zero values (False/empty string)
250-
instead of NULL. See: https://github.com/canonical/dqlite/issues/XXX
250+
instead of NULL.
251251
"""
252252
async with await connect(cluster_address) as conn:
253253
await conn.execute("DROP TABLE IF EXISTS test_null_special")

0 commit comments

Comments
 (0)