Skip to content

Commit

Permalink
Applied Black to tests, refs #75
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 23, 2024
1 parent 041e4a0 commit fdeb624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_datasette_lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ def test_ref(static_server, browser: Browser) -> Page:
expect(loading).to_have_css("display", "block")
# Give it up to 60s to finish loading
expect(loading).to_have_css("display", "none", timeout=60 * 1000)
info = json.loads(page.text_content('pre'))
assert info['datasette']['version'] == '1.0a11'
info = json.loads(page.text_content("pre"))
assert info["datasette"]["version"] == "1.0a11"

0 comments on commit fdeb624

Please sign in to comment.