Applied Black, refs #2327, #2326

pull/2339/merge
Simon Willison 2024-08-15 17:16:47 -07:00
rodzic 9cb5700d60
commit 53a8ae1871
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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"]