diff --git a/tests/test_api.py b/tests/test_api.py index fbbe3f67..8a3fcc92 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -835,8 +835,8 @@ async def test_versions_json(ds_client): assert "version" in data["sqlite"] assert "fts_versions" in data["sqlite"] assert "compile_options" in data["sqlite"] - # By default, the json1 extension is enabled in the SQLite - # provided by the `ubuntu-latest` github actions runner, and + # By default, the json1 extension is enabled in the SQLite + # provided by the `ubuntu-latest` github actions runner, and # all versions of SQLite from 3.38.0 onwards assert data["sqlite"]["extensions"]["json1"]