Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
alex75 committed Sep 19, 2024
1 parent 11b7460 commit 9f3c0d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_90_entry_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,9 @@ def test_update_catalogue(
)
).all() == [(True,)]
assert session.execute(
sa.text("select title from contents where content_uid='ads-page-how-to-api'")
sa.text(
"select title from contents where content_uid='ads-page-how-to-api'"
)
).all() == [("CDSAPI setup",)]

# 5. use 'include' with a pattern that doesn't match anything ----------------------
Expand Down

0 comments on commit 9f3c0d6

Please sign in to comment.